ChaimaBenJaafar
commited on
Commit
•
b159ca4
1
Parent(s):
2b962d1
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ query_engine.update_prompts(
|
|
74 |
)
|
75 |
# Define a simple Streamlit app
|
76 |
st.title('EmpowerHer at Your service my Lady')
|
77 |
-
query = st.text_input("
|
78 |
# If the 'Submit' button is clicked
|
79 |
if st.button("Submit"):
|
80 |
if not query.strip():
|
|
|
74 |
)
|
75 |
# Define a simple Streamlit app
|
76 |
st.title('EmpowerHer at Your service my Lady')
|
77 |
+
query = st.text_input("Enter your query")
|
78 |
# If the 'Submit' button is clicked
|
79 |
if st.button("Submit"):
|
80 |
if not query.strip():
|