Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# -*- coding: utf-8 -*-
|
| 2 |
"""
|
| 3 |
-
UltraData-Math
|
| 4 |
"""
|
| 5 |
|
| 6 |
import os
|
|
@@ -454,8 +454,8 @@ extra_css = """
|
|
| 454 |
</style>
|
| 455 |
"""
|
| 456 |
|
| 457 |
-
with gr.Blocks(title="UltraData-Math
|
| 458 |
-
gr.HTML('<h1 class="main-title">UltraData-Math
|
| 459 |
gr.HTML('<p class="subtitle">✨ Next-Gen Mathematical Data Synthesis Powered by LLM ✨</p>')
|
| 460 |
gr.HTML(extra_css)
|
| 461 |
|
|
@@ -632,7 +632,7 @@ with gr.Blocks(title="UltraData-Math L3 Generator", css=custom_css, theme=gr.the
|
|
| 632 |
|
| 633 |
gr.HTML("""
|
| 634 |
<div class="footer-text">
|
| 635 |
-
<p>🔬 <strong>UltraData-Math
|
| 636 |
<p>Powered by OpenBMB & ModelBest • <a href="https://huggingface.co/spaces/openbmb/UltraData-Math-L3-Generator" target="_blank" style="color: #818cf8; text-decoration: none;">View on Hugging Face</a></p>
|
| 637 |
</div>
|
| 638 |
""")
|
|
|
|
| 1 |
# -*- coding: utf-8 -*-
|
| 2 |
"""
|
| 3 |
+
UltraData-Math-L3-Generator - Hugging Face Space Demo
|
| 4 |
"""
|
| 5 |
|
| 6 |
import os
|
|
|
|
| 454 |
</style>
|
| 455 |
"""
|
| 456 |
|
| 457 |
+
with gr.Blocks(title="UltraData-Math-L3-Generator", css=custom_css, theme=gr.themes.Soft()) as demo:
|
| 458 |
+
gr.HTML('<h1 class="main-title">UltraData-Math-L3-Generator</h1>')
|
| 459 |
gr.HTML('<p class="subtitle">✨ Next-Gen Mathematical Data Synthesis Powered by LLM ✨</p>')
|
| 460 |
gr.HTML(extra_css)
|
| 461 |
|
|
|
|
| 632 |
|
| 633 |
gr.HTML("""
|
| 634 |
<div class="footer-text">
|
| 635 |
+
<p>🔬 <strong>UltraData-Math-L3-Generator</strong> - Part of the UltraData-Math Project</p>
|
| 636 |
<p>Powered by OpenBMB & ModelBest • <a href="https://huggingface.co/spaces/openbmb/UltraData-Math-L3-Generator" target="_blank" style="color: #818cf8; text-decoration: none;">View on Hugging Face</a></p>
|
| 637 |
</div>
|
| 638 |
""")
|