AlanOC commited on
Commit
6e8a944
1 Parent(s): 6f52484

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ def main():
209
  st.session_state['user_query'] = ""
210
 
211
  # Text area for user input
212
- user_query = st.text_area("Question", value=st.session_state['user_query'])
213
 
214
 
215
  # Custom CSS to change the focus style of st.text_area
 
209
  st.session_state['user_query'] = ""
210
 
211
  # Text area for user input
212
+ user_query = st.text_area("**Question**", value=st.session_state['user_query'])
213
 
214
 
215
  # Custom CSS to change the focus style of st.text_area