Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,10 +101,13 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 101 |
"""
|
| 102 |
<div style="display: flex; align-items: center; gap: 16px; margin-bottom: 1em;">
|
| 103 |
<div style="background-color: black; padding: 6px; border-radius: 8px;">
|
| 104 |
-
|
|
|
|
| 105 |
<h1 style="margin: 0;">Ramanujan Ganit R1 14B V1 Chatbot</h1>
|
| 106 |
</div>
|
| 107 |
"""
|
|
|
|
|
|
|
| 108 |
)
|
| 109 |
|
| 110 |
with gr.Sidebar():
|
|
|
|
| 101 |
"""
|
| 102 |
<div style="display: flex; align-items: center; gap: 16px; margin-bottom: 1em;">
|
| 103 |
<div style="background-color: black; padding: 6px; border-radius: 8px;">
|
| 104 |
+
<img src="https://framerusercontent.com/images/j0KjQQyrUfkFw4NwSaxQOLAoBU.png" alt="Fractal AI Logo" style="height: 48px;">
|
| 105 |
+
</div>
|
| 106 |
<h1 style="margin: 0;">Ramanujan Ganit R1 14B V1 Chatbot</h1>
|
| 107 |
</div>
|
| 108 |
"""
|
| 109 |
+
)
|
| 110 |
+
|
| 111 |
)
|
| 112 |
|
| 113 |
with gr.Sidebar():
|