Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,6 @@ def get_text():
|
|
| 40 |
input_text = st.text_input("You: "," ", key="input")
|
| 41 |
return input_text
|
| 42 |
|
| 43 |
-
|
| 44 |
|
| 45 |
# message("Hello, How can I help you?")
|
| 46 |
# message(" ",is_user=True)
|
|
|
|
| 40 |
input_text = st.text_input("You: "," ", key="input")
|
| 41 |
return input_text
|
| 42 |
|
|
|
|
| 43 |
|
| 44 |
# message("Hello, How can I help you?")
|
| 45 |
# message(" ",is_user=True)
|