Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,10 +12,11 @@ MODEL = os.environ.get("MODEL_ID")
|
|
12 |
|
13 |
PLACEHOLDER = """
|
14 |
<center>
|
|
|
15 |
<p>Hi! I'm MisMath. A Math advisor. My model is based on mathstral-7B-v0.1. Feel free to ask your questions</p>
|
16 |
<p>Mathstral 7B is a model specializing in mathematical and scientific tasks, based on Mistral 7B.</p>
|
17 |
<p>mathstral-7B-v0.1 is first Mathstral model</p>
|
18 |
-
<img src="
|
19 |
</center>
|
20 |
"""
|
21 |
|
@@ -168,10 +169,10 @@ with gr.Blocks(css=CSS, theme="Ajaxon6255/Emerald_Isle") as demo:
|
|
168 |
),
|
169 |
],
|
170 |
examples=[
|
171 |
-
["
|
172 |
-
["
|
173 |
-
["
|
174 |
-
["
|
175 |
],
|
176 |
cache_examples=False,
|
177 |
)
|
|
|
12 |
|
13 |
PLACEHOLDER = """
|
14 |
<center>
|
15 |
+
<h1><center>MathΣtral - Your Math advisor</center></h1>
|
16 |
<p>Hi! I'm MisMath. A Math advisor. My model is based on mathstral-7B-v0.1. Feel free to ask your questions</p>
|
17 |
<p>Mathstral 7B is a model specializing in mathematical and scientific tasks, based on Mistral 7B.</p>
|
18 |
<p>mathstral-7B-v0.1 is first Mathstral model</p>
|
19 |
+
<img src="Mistral.png" alt="MathStral Model" style="width:300px;height:200px;">
|
20 |
</center>
|
21 |
"""
|
22 |
|
|
|
169 |
),
|
170 |
],
|
171 |
examples=[
|
172 |
+
["Can you explain the Pythagorean theorem?"],
|
173 |
+
["What is the derivative of sin(x)?"],
|
174 |
+
["Solve the integral of e^(2x) dx."],
|
175 |
+
["How does quantum entanglement work?"],
|
176 |
],
|
177 |
cache_examples=False,
|
178 |
)
|