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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,14 +101,14 @@ with gr.Blocks(css="""
101
  object-fit: contain !important;
102
  }
103
  """) as demo:
104
- gr.Markdown("""
105
  <center>
106
  <br></br>
107
  <h1>3C3H Heatmap Generator</h1>
108
  <br></br>
109
  </center>
110
  """)
111
- gr.Markdown("<center>Select the models you want to compare and generate their heatmaps below.</center>")
112
 
113
  with gr.Row():
114
  default_models = ["silma-ai/SILMA-9B-Instruct-v1.0", "google/gemma-2-9b-it"]
 
101
  object-fit: contain !important;
102
  }
103
  """) as demo:
104
+ gr.HTML("""
105
  <center>
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"]