Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Commit
•
96e8f82
1
Parent(s):
2d27002
added gradio radio
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
184 |
</div>
|
185 |
""")
|
186 |
with gr.Row():
|
187 |
-
item = gr.
|
188 |
|
189 |
|
190 |
with gr.Column(elem_id="column_output"):
|
|
|
184 |
</div>
|
185 |
""")
|
186 |
with gr.Row():
|
187 |
+
item = gr.Radio(choices=ITEMS_NAMES, value=DEFAULT_ITEM_NAME)
|
188 |
|
189 |
|
190 |
with gr.Column(elem_id="column_output"):
|