Commit
Β·
54ad213
1
Parent(s):
10ec62c
Update app.py
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ def change_view(row_number, dataframe):
|
|
219 |
}
|
220 |
|
221 |
|
222 |
-
TITLE = "# What
|
223 |
|
224 |
DESCRIPTION = """
|
225 |
***How it works*** π \n\n
|
@@ -296,6 +296,7 @@ with gr.Blocks() as demo:
|
|
296 |
with gr.Column() as c2:
|
297 |
image_2 = gr.Image(interactive=False)
|
298 |
image_2_button = gr.Button("Select 2").style(full_width=True)
|
|
|
299 |
with gr.Column() as c3:
|
300 |
image_3 = gr.Image(interactive=False)
|
301 |
image_3_button = gr.Button("Select 3").style(full_width=True)
|
|
|
219 |
}
|
220 |
|
221 |
|
222 |
+
TITLE = "# What AI model is best for you? π©ββοΈ"
|
223 |
|
224 |
DESCRIPTION = """
|
225 |
***How it works*** π \n\n
|
|
|
296 |
with gr.Column() as c2:
|
297 |
image_2 = gr.Image(interactive=False)
|
298 |
image_2_button = gr.Button("Select 2").style(full_width=True)
|
299 |
+
with gr.Row():
|
300 |
with gr.Column() as c3:
|
301 |
image_3 = gr.Image(interactive=False)
|
302 |
image_3_button = gr.Button("Select 3").style(full_width=True)
|