Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ def get_text():
|
|
| 41 |
return input_text
|
| 42 |
|
| 43 |
message("Hello, How can I help you?")
|
| 44 |
-
message("",is_user=True)
|
| 45 |
|
| 46 |
question = get_text()
|
| 47 |
# while True:
|
|
|
|
| 41 |
return input_text
|
| 42 |
|
| 43 |
message("Hello, How can I help you?")
|
| 44 |
+
message(" ",is_user=True)
|
| 45 |
|
| 46 |
question = get_text()
|
| 47 |
# while True:
|