Spaces:
Runtime error
Runtime error
Made logo clickable
Browse files
app.py
CHANGED
@@ -80,7 +80,9 @@ with gr.Blocks(css='''
|
|
80 |
''') as demo:
|
81 |
gr.Markdown("""
|
82 |
<div class="dicta-header">
|
83 |
-
<
|
|
|
|
|
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>
|