fdaudens HF Staff commited on
Commit
09de2e0
·
verified ·
1 Parent(s): 1f7985a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- 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():
 
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():