devansh152 commited on
Commit
50b9481
·
verified ·
1 Parent(s): 0cff2f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
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("""<footer style='text-align:center;margin-top:20px;color:#aaa;'>Built using Gradio, Hugging Face & Gemini API</footer>""")
 
 
 
 
 
 
 
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)