aymnsk commited on
Commit
6abbda8
·
verified ·
1 Parent(s): 3366e1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -78,8 +78,7 @@ with gr.Blocks(css="""
78
 
79
  send_btn.click(chat_with_bots, inputs=msg_input, outputs=chatbot)
80
  msg_input.submit(chat_with_bots, inputs=msg_input, outputs=chatbot)
81
-
82
- gr.Markdown(
83
  """
84
  <div style='text-align: right; font-size: 0.9em; padding-top: 20px;'>
85
  🌐 Connect with me:
@@ -91,4 +90,6 @@ with gr.Blocks(css="""
91
  """,
92
  elem_id="footer"
93
  )
 
 
94
  demo.launch()
 
78
 
79
  send_btn.click(chat_with_bots, inputs=msg_input, outputs=chatbot)
80
  msg_input.submit(chat_with_bots, inputs=msg_input, outputs=chatbot)
81
+ gr.Markdown(
 
82
  """
83
  <div style='text-align: right; font-size: 0.9em; padding-top: 20px;'>
84
  🌐 Connect with me:
 
90
  """,
91
  elem_id="footer"
92
  )
93
+
94
+
95
  demo.launch()