pgits commited on
Commit
fbc70c9
·
verified ·
1 Parent(s): 14dfe79

Upload app/api/main.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app/api/main.py +1 -1
app/api/main.py CHANGED
@@ -141,7 +141,7 @@ async def root():
141
  </p>
142
 
143
  <div style="text-align: center; margin: 30px 0;">
144
- <a href="/simple-chat" style="background: #4caf50; color: white; padding: 15px 40px; font-size: 20px; border-radius: 8px; text-decoration: none; display: inline-block;">
145
  Book an Appointment Now
146
  </a>
147
  </div>
 
141
  </p>
142
 
143
  <div style="text-align: center; margin: 30px 0;">
144
+ <a href="/chat-widget" style="background: #4caf50; color: white; padding: 15px 40px; font-size: 20px; border-radius: 8px; text-decoration: none; display: inline-block;">
145
  Book an Appointment Now
146
  </a>
147
  </div>