Update app.py
Browse files
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()
|