VishnuRamDebyez commited on
Commit
20ca471
·
verified ·
1 Parent(s): 3c63d61

Update app.py

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