Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -209,10 +209,10 @@ def create_stats_html():
|
|
209 |
def create_interface():
|
210 |
"""Create Gradio interface"""
|
211 |
with gr.Blocks(theme=gr.themes.Soft()) as interface:
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
with gr.Column():
|
217 |
summary_html = gr.HTML()
|
218 |
with gr.Column():
|
|
|
209 |
def create_interface():
|
210 |
"""Create Gradio interface"""
|
211 |
with gr.Blocks(theme=gr.themes.Soft()) as interface:
|
212 |
+
gr.HTML("<h1 style='text-align: center;'>Meta Llama3 Models Stats</h1>")
|
213 |
+
gr.HTML("<h3 style='text-align: center;'>(Includes models from the 3, 3.1, 3.2, and 3.3 versions)</h3>")
|
214 |
+
|
215 |
+
with gr.Row():
|
216 |
with gr.Column():
|
217 |
summary_html = gr.HTML()
|
218 |
with gr.Column():
|