Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ def chatbot(prompt):
|
|
| 44 |
return ai_response
|
| 45 |
|
| 46 |
#Define your HTML content
|
| 47 |
-
|
| 48 |
<div style='display: flex; align-items: center;'>
|
| 49 |
<img src='https://i.ibb.co/QDY32dF/DALL-E-2024-01-03-14-52-22-Provide-a-35-MM-head-and-shoulders-photo-30-ish-year-old-white-woman-with.png' alt='Chatbot Image' style='width: 300px; margin-right: 20px;'>
|
| 50 |
<div>
|
|
|
|
| 44 |
return ai_response
|
| 45 |
|
| 46 |
#Define your HTML content
|
| 47 |
+
html_content = """
|
| 48 |
<div style='display: flex; align-items: center;'>
|
| 49 |
<img src='https://i.ibb.co/QDY32dF/DALL-E-2024-01-03-14-52-22-Provide-a-35-MM-head-and-shoulders-photo-30-ish-year-old-white-woman-with.png' alt='Chatbot Image' style='width: 300px; margin-right: 20px;'>
|
| 50 |
<div>
|