alielfilali01 commited on
Commit
b9c157e
·
verified ·
1 Parent(s): 21aa39f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -106,10 +106,9 @@ with gr.Blocks(css="""
106
  <br></br>
107
  <h1>3C3H Heatmap Generator</h1>
108
  <br></br>
 
109
  </center>
110
- """)
111
- gr.HTML("<center>Select the models you want to compare and generate their heatmaps below.</center><br></br>")
112
-
113
  with gr.Row():
114
  default_models = ["silma-ai/SILMA-9B-Instruct-v1.0", "google/gemma-2-9b-it"]
115
  model_dropdown = gr.Dropdown(choices=MODEL_NAMES, label="Select Model(s)", multiselect=True, value=default_models)
 
106
  <br></br>
107
  <h1>3C3H Heatmap Generator</h1>
108
  <br></br>
109
+ <h2>Select the models you want to compare and generate their heatmaps below.</h2>
110
  </center>
111
+ """)
 
 
112
  with gr.Row():
113
  default_models = ["silma-ai/SILMA-9B-Instruct-v1.0", "google/gemma-2-9b-it"]
114
  model_dropdown = gr.Dropdown(choices=MODEL_NAMES, label="Select Model(s)", multiselect=True, value=default_models)