Spaces:
Running
Running
Commit
·
9037bf7
1
Parent(s):
9e212de
Add welcome message at the top
Browse files
app.py
CHANGED
|
@@ -242,7 +242,13 @@ with gr.Blocks(theme=theme) as iface:
|
|
| 242 |
gr.update(visible=False),
|
| 243 |
gr.update(visible=False),
|
| 244 |
gr.update(visible=False))
|
| 245 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 246 |
with gr.Row():
|
| 247 |
model_id_input = gr.Textbox(
|
| 248 |
label="Hugging Face model id",
|
|
|
|
| 242 |
gr.update(visible=False),
|
| 243 |
gr.update(visible=False),
|
| 244 |
gr.update(visible=False))
|
| 245 |
+
with gr.Row():
|
| 246 |
+
gr.Markdown('''
|
| 247 |
+
<h1 style="text-align: center;">
|
| 248 |
+
Giskard Evaluator
|
| 249 |
+
</h1>
|
| 250 |
+
Welcome to Giskard Evaluator Space! Get your report immediately by simply input your model id and dataset id below. Follow our leads and improve your model in no time.
|
| 251 |
+
''')
|
| 252 |
with gr.Row():
|
| 253 |
model_id_input = gr.Textbox(
|
| 254 |
label="Hugging Face model id",
|