Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -294,6 +294,13 @@ with gr.Blocks(theme = custom_theme) as demo:
|
|
| 294 |
|
| 295 |
chatbot.like(print_like_dislike, None, None, like_user_message=True)
|
| 296 |
|
| 297 |
-
gr.Markdown("""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 298 |
|
| 299 |
demo.launch(share=True, pwa=True)
|
|
|
|
| 294 |
|
| 295 |
chatbot.like(print_like_dislike, None, None, like_user_message=True)
|
| 296 |
|
| 297 |
+
gr.Markdown("""
|
| 298 |
+
<footer style='text-align:center; margin-top:20px; color:#aaa;'>
|
| 299 |
+
Built using Gradio, Hugging Face & Mistral |
|
| 300 |
+
<a href="https://github.com/kumardevansh/clinikit" target="_blank" style="color:#aaa; text-decoration:underline;">
|
| 301 |
+
View on GitHub
|
| 302 |
+
</a>
|
| 303 |
+
</footer>
|
| 304 |
+
""")
|
| 305 |
|
| 306 |
demo.launch(share=True, pwa=True)
|