Shaltiel commited on
Commit
3baceaa
1 Parent(s): c15d895

Made logo clickable

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -80,7 +80,9 @@ with gr.Blocks(css='''
80
  ''') as demo:
81
  gr.Markdown("""
82
  <div class="dicta-header">
83
- <img src="file/dicta-logo.jpg" alt="Dicta Logo" class="dicta-logo">
 
 
84
  <div class="dicta-intro-text">
85
  <h1>DictaLM 2.0 - Instruct Chat Demo</h1>
86
  <p>Welcome to the interactive demo of DictaLM-2.0. Explore the capabilities of our model and see how it can assist with your tasks.</p>
 
80
  ''') as demo:
81
  gr.Markdown("""
82
  <div class="dicta-header">
83
+ <a href="https://dicta.org.il">
84
+ <img src="file/dicta-logo.jpg" alt="Dicta Logo" class="dicta-logo">
85
+ </a>
86
  <div class="dicta-intro-text">
87
  <h1>DictaLM 2.0 - Instruct Chat Demo</h1>
88
  <p>Welcome to the interactive demo of DictaLM-2.0. Explore the capabilities of our model and see how it can assist with your tasks.</p>