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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -33,7 +33,8 @@ 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
-
 
37
  chatbot = gr.Chatbot()
38
  textbox = gr.Textbox(placeholder="Type your message and press Enter.")
39
  state = gr.State([])
 
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.")
40
  state = gr.State([])