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