PrabakaranC commited on
Commit
f0f1f1a
·
verified ·
1 Parent(s): 91a3a9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.checkbox('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?",
 
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?",