Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ st.write("Kadhal Engine on Sangam Literature (WIP) - part of sangamTensor Projec
|
|
29 |
with st.form("my_form"):
|
30 |
st.write("What do want to know about sangam era's love?")
|
31 |
|
32 |
-
toggle = st.
|
33 |
if toggle:
|
34 |
question_input = st.selectbox('select a query:',
|
35 |
("How was love marriage celebrated in the Sangam era, as mentioned in Akananuru?",
|
|
|
29 |
with st.form("my_form"):
|
30 |
st.write("What do want to know about sangam era's love?")
|
31 |
|
32 |
+
toggle = st.toggle('sample queries')
|
33 |
if toggle:
|
34 |
question_input = st.selectbox('select a query:',
|
35 |
("How was love marriage celebrated in the Sangam era, as mentioned in Akananuru?",
|