Spaces:
Sleeping
Sleeping
Commit
·
4922309
1
Parent(s):
0713efa
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,7 +179,7 @@ def converse(user_input, chat_history=[]):
|
|
| 179 |
print("starting to print response")
|
| 180 |
print(response)
|
| 181 |
# html for display
|
| 182 |
-
html = "<div class='
|
| 183 |
for x, mesg in enumerate(response):
|
| 184 |
if x%2!=0 :
|
| 185 |
mesg="Alicia:"+mesg
|
|
|
|
| 179 |
print("starting to print response")
|
| 180 |
print(response)
|
| 181 |
# html for display
|
| 182 |
+
html = "<div class='mychat'>"
|
| 183 |
for x, mesg in enumerate(response):
|
| 184 |
if x%2!=0 :
|
| 185 |
mesg="Alicia:"+mesg
|