Spaces:
Runtime error
Runtime error
Commit
·
46005e9
1
Parent(s):
04a639d
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ with st.sidebar:
|
|
26 |
|
27 |
with col1:
|
28 |
prompt= st.text_area('Your prompt here',
|
29 |
-
'''
|
30 |
|
31 |
with col2:
|
32 |
select_model = st.radio(
|
|
|
26 |
|
27 |
with col1:
|
28 |
prompt= st.text_area('Your prompt here',
|
29 |
+
'''What is the meaning of life?''')
|
30 |
|
31 |
with col2:
|
32 |
select_model = st.radio(
|