Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ col1, col2 = st.columns([2,1])
|
|
| 13 |
|
| 14 |
with col1:
|
| 15 |
prompt= st.text_area('Your prompt here',
|
| 16 |
-
'''
|
| 17 |
|
| 18 |
with col2:
|
| 19 |
select_model = st.radio(
|
|
|
|
| 13 |
|
| 14 |
with col1:
|
| 15 |
prompt= st.text_area('Your prompt here',
|
| 16 |
+
'''Who is Elon Musk?''')
|
| 17 |
|
| 18 |
with col2:
|
| 19 |
select_model = st.radio(
|