GBhaveshKumar commited on
Commit
0162406
·
verified ·
1 Parent(s): f13397c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def respond(message, history):
33
  with gr.Blocks() as demo:
34
  gr.Markdown("<h1 style='text-align: center; color: #2e8b57;'>🤖 ConvoAI</h1>")
35
  gr.Markdown("<p style='text-align: center; font-size: 18px;'>Conversational AI trained using the DailyDialog dataset. Engage in meaningful and natural conversations!</p>")
36
- gr.Markdown("<p style='text-align: center; color: #2e8b57;'>Download the Model: <a href="https://huggingface.co/GBhaveshKumar/ConvoAI">Link</a></p>")
37
 
38
  chatbot = gr.Chatbot()
39
  textbox = gr.Textbox(placeholder="Type your message and press Enter.")
 
33
  with gr.Blocks() as demo:
34
  gr.Markdown("<h1 style='text-align: center; color: #2e8b57;'>🤖 ConvoAI</h1>")
35
  gr.Markdown("<p style='text-align: center; font-size: 18px;'>Conversational AI trained using the DailyDialog dataset. Engage in meaningful and natural conversations!</p>")
36
+ gr.Markdown("<p style='text-align: center; color: #2e8b57;'>Download the Model: <a href='https://huggingface.co/GBhaveshKumar/ConvoAI'>Link</a></p>")
37
 
38
  chatbot = gr.Chatbot()
39
  textbox = gr.Textbox(placeholder="Type your message and press Enter.")