Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ def main():
|
|
| 91 |
|
| 92 |
# Text input with reset mechanism
|
| 93 |
prompt1 = st.text_input(
|
| 94 |
-
"Enter Your Question
|
| 95 |
key=text_input_key,
|
| 96 |
value=st.session_state.get('current_question', '')
|
| 97 |
)
|
|
|
|
| 91 |
|
| 92 |
# Text input with reset mechanism
|
| 93 |
prompt1 = st.text_input(
|
| 94 |
+
"Enter Your Question",
|
| 95 |
key=text_input_key,
|
| 96 |
value=st.session_state.get('current_question', '')
|
| 97 |
)
|