Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|