Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -180,7 +180,13 @@ with block:
|
|
180 |
with gr.TabItem("๐ About", elem_id="probe-benchmark-tab-table", id=2):
|
181 |
with gr.Row():
|
182 |
gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|
183 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
with gr.TabItem("๐ Submit here! ", elem_id="probe-benchmark-tab-table", id=3):
|
185 |
with gr.Row():
|
186 |
gr.Markdown(EVALUATION_QUEUE_TEXT, elem_classes="markdown-text")
|
|
|
180 |
with gr.TabItem("๐ About", elem_id="probe-benchmark-tab-table", id=2):
|
181 |
with gr.Row():
|
182 |
gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|
183 |
+
with gr.Row():
|
184 |
+
gr.Image(
|
185 |
+
value="./src/data/PROBE_workflow_figure.jpg", # Replace with your image file path or URL
|
186 |
+
label="PROBE Workflow Figure", # Optional label
|
187 |
+
elem_classes="about-image", # Optional CSS class for styling
|
188 |
+
)
|
189 |
+
|
190 |
with gr.TabItem("๐ Submit here! ", elem_id="probe-benchmark-tab-table", id=3):
|
191 |
with gr.Row():
|
192 |
gr.Markdown(EVALUATION_QUEUE_TEXT, elem_classes="markdown-text")
|