Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,7 @@ with gr.Blocks() as iface:
|
|
242 |
# Process file input and enable radio buttons and buttons on successful load
|
243 |
file_input.upload(
|
244 |
fn=process_json_file,
|
245 |
-
inputs=[file_input
|
246 |
outputs=[output_text, radio_section, radio_section, radio_section, radio_section, submit_button, clear_button, submit_button]
|
247 |
)
|
248 |
|
|
|
242 |
# Process file input and enable radio buttons and buttons on successful load
|
243 |
file_input.upload(
|
244 |
fn=process_json_file,
|
245 |
+
inputs=[file_input],
|
246 |
outputs=[output_text, radio_section, radio_section, radio_section, radio_section, submit_button, clear_button, submit_button]
|
247 |
)
|
248 |
|