Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,8 +98,8 @@ def gradio_app():
|
|
| 98 |
# When a ROM is selected from the dropdown, update the HTML display with the ROM content
|
| 99 |
rom_buttons.change(fn=generate_rom_page, inputs=rom_buttons, outputs=output_html)
|
| 100 |
|
| 101 |
-
# Apply the
|
| 102 |
-
output_html.
|
| 103 |
|
| 104 |
app.launch(server_name="0.0.0.0", server_port=7860, share=True)
|
| 105 |
|
|
@@ -121,3 +121,4 @@ gradio_app()
|
|
| 121 |
|
| 122 |
|
| 123 |
|
|
|
|
|
|
| 98 |
# When a ROM is selected from the dropdown, update the HTML display with the ROM content
|
| 99 |
rom_buttons.change(fn=generate_rom_page, inputs=rom_buttons, outputs=output_html)
|
| 100 |
|
| 101 |
+
# Apply the content directly to the HTML
|
| 102 |
+
output_html.value = output_html.value
|
| 103 |
|
| 104 |
app.launch(server_name="0.0.0.0", server_port=7860, share=True)
|
| 105 |
|
|
|
|
| 121 |
|
| 122 |
|
| 123 |
|
| 124 |
+
|