benspigel commited on
Commit
9a9e556
·
1 Parent(s): d2e9b60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def chatbot(prompt):
44
  return ai_response
45
 
46
  #Define your HTML content
47
- tml_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>
 
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>