Spaces:
Sleeping
Sleeping
shandong1970
commited on
Commit
•
5cee07c
1
Parent(s):
b5aa607
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,7 @@ def converse(user_input, chat_history=[]):
|
|
17 |
print("starting to print response")
|
18 |
print(response)
|
19 |
|
|
|
20 |
html = "<div class='mybot'>"
|
21 |
for x, mesg in enumerate(response):
|
22 |
if x%2!=0 :
|
|
|
17 |
print("starting to print response")
|
18 |
print(response)
|
19 |
|
20 |
+
#html for display
|
21 |
html = "<div class='mybot'>"
|
22 |
for x, mesg in enumerate(response):
|
23 |
if x%2!=0 :
|