Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,15 @@ example_messages = {
|
|
| 96 |
|
| 97 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 98 |
# Global heading stays at top
|
| 99 |
-
gr.Markdown("# Ramanujan Ganit R1 14B V1 Chatbot")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
|
| 101 |
with gr.Sidebar():
|
| 102 |
gr.Markdown("## Conversations")
|
|
|
|
| 96 |
|
| 97 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 98 |
# Global heading stays at top
|
| 99 |
+
#gr.Markdown("# Ramanujan Ganit R1 14B V1 Chatbot")
|
| 100 |
+
gr.HTML(
|
| 101 |
+
"""
|
| 102 |
+
<div style="display: flex; align-items: center; gap: 16px; margin-bottom: 1em;">
|
| 103 |
+
<img src="https://framerusercontent.com/images/j0KjQQyrUfkFw4NwSaxQOLAoBU.png" alt="Fractal AI Logo" style="height: 48px;">
|
| 104 |
+
<h1 style="margin: 0;">Ramanujan Ganit R1 14B V1 Chatbot</h1>
|
| 105 |
+
</div>
|
| 106 |
+
"""
|
| 107 |
+
)
|
| 108 |
|
| 109 |
with gr.Sidebar():
|
| 110 |
gr.Markdown("## Conversations")
|