ARBAJSSHAIKH commited on
Commit
496e976
·
verified ·
1 Parent(s): 1b61cce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -84,11 +84,6 @@ def main():
84
 
85
  query_text = st.text_input("Enter your Question or type quit to end:").strip()
86
 
87
- if query_text.lower() == 'quit':
88
- break
89
-
90
- if query_text == '':
91
- continue
92
 
93
  st.write("\nQUESTION :\"%s\"" % query_text)
94
 
 
84
 
85
  query_text = st.text_input("Enter your Question or type quit to end:").strip()
86
 
 
 
 
 
 
87
 
88
  st.write("\nQUESTION :\"%s\"" % query_text)
89