Update app.py
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ def create_stats_html():
|
|
165 |
def create_interface():
|
166 |
"""Create Gradio interface"""
|
167 |
with gr.Blocks(theme=gr.themes.Soft()) as interface:
|
168 |
-
gr.HTML("<h1 style='text-align: center;'>DeepSeek Models Stats</h1>")
|
169 |
|
170 |
with gr.Row():
|
171 |
with gr.Column():
|
|
|
165 |
def create_interface():
|
166 |
"""Create Gradio interface"""
|
167 |
with gr.Blocks(theme=gr.themes.Soft()) as interface:
|
168 |
+
gr.HTML("<h1 style='text-align: center;'>DeepSeek-R1 Models Stats</h1>")
|
169 |
|
170 |
with gr.Row():
|
171 |
with gr.Column():
|