Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def generate_response(user_input):
|
|
| 24 |
# Start the chat loop
|
| 25 |
while True:
|
| 26 |
# Get user input
|
| 27 |
-
|
| 28 |
|
| 29 |
if uinput.lower() == "quit":
|
| 30 |
break
|
|
|
|
| 24 |
# Start the chat loop
|
| 25 |
while True:
|
| 26 |
# Get user input
|
| 27 |
+
user_input = st.text_input("Enter your input: ")
|
| 28 |
|
| 29 |
if uinput.lower() == "quit":
|
| 30 |
break
|