Spaces:
Sleeping
Sleeping
Commit
·
b710b08
1
Parent(s):
11a14ec
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,4 +8,4 @@ text_input_question = st.text_input("User Query")
|
|
| 8 |
# Display the text input boxess
|
| 9 |
|
| 10 |
if st.button('Submit'):
|
| 11 |
-
st.write(
|
|
|
|
| 8 |
# Display the text input boxess
|
| 9 |
|
| 10 |
if st.button('Submit'):
|
| 11 |
+
st.write(text_input_db_id+text_input_question)
|