Update app.py
Browse files
app.py
CHANGED
@@ -99,14 +99,14 @@ example_messages = {
|
|
99 |
|
100 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
101 |
# Global heading stays at top
|
102 |
-
#gr.Markdown("#
|
103 |
gr.HTML(
|
104 |
"""
|
105 |
<div style="display: flex; align-items: center; gap: 16px; margin-bottom: 1em;">
|
106 |
<div style="background-color: black; padding: 6px; border-radius: 8px;">
|
107 |
<img src="https://framerusercontent.com/images/j0KjQQyrUfkFw4NwSaxQOLAoBU.png" alt="Fractal AI Logo" style="height: 48px;">
|
108 |
</div>
|
109 |
-
<h1 style="margin: 0;">
|
110 |
</div>
|
111 |
"""
|
112 |
)
|
@@ -124,7 +124,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
124 |
# INTRO TEXT MOVED HERE
|
125 |
gr.Markdown(
|
126 |
"""
|
127 |
-
Welcome to the
|
128 |
|
129 |
Our model excels at reasoning tasks in mathematics and science.
|
130 |
|
|
|
99 |
|
100 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
101 |
# Global heading stays at top
|
102 |
+
#gr.Markdown("# Fathom R1 14B Chatbot")
|
103 |
gr.HTML(
|
104 |
"""
|
105 |
<div style="display: flex; align-items: center; gap: 16px; margin-bottom: 1em;">
|
106 |
<div style="background-color: black; padding: 6px; border-radius: 8px;">
|
107 |
<img src="https://framerusercontent.com/images/j0KjQQyrUfkFw4NwSaxQOLAoBU.png" alt="Fractal AI Logo" style="height: 48px;">
|
108 |
</div>
|
109 |
+
<h1 style="margin: 0;">Fathom R1 14B Chatbot</h1>
|
110 |
</div>
|
111 |
"""
|
112 |
)
|
|
|
124 |
# INTRO TEXT MOVED HERE
|
125 |
gr.Markdown(
|
126 |
"""
|
127 |
+
Welcome to the Fathom R1 14B Chatbot, developed by Fractal AI Research!
|
128 |
|
129 |
Our model excels at reasoning tasks in mathematics and science.
|
130 |
|