Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -202,7 +202,9 @@ def main():
|
|
| 202 |
st.session_state.chat_history = None
|
| 203 |
|
| 204 |
|
| 205 |
-
st.header("Charla con un Bot 🤖🦾 que te ayudará a responder preguntas sobre tus pdfs:")
|
|
|
|
|
|
|
| 206 |
user_question = st.text_input("Ask what you need!:")
|
| 207 |
if user_question:
|
| 208 |
handle_userinput(user_question)
|
|
|
|
| 202 |
st.session_state.chat_history = None
|
| 203 |
|
| 204 |
|
| 205 |
+
#st.header("Charla con un Bot 🤖🦾 que te ayudará a responder preguntas sobre tus pdfs:")
|
| 206 |
+
st.header("Chat with the TedCasBot. He will help you with any doubt you may have with your documents:")
|
| 207 |
+
|
| 208 |
user_question = st.text_input("Ask what you need!:")
|
| 209 |
if user_question:
|
| 210 |
handle_userinput(user_question)
|