app.py
CHANGED
|
@@ -54,6 +54,7 @@ with gr.Blocks() as blocks:
|
|
| 54 |
|
| 55 |
send_button.click(
|
| 56 |
fn=get_data,
|
|
|
|
| 57 |
# outputs=[status_text, bed_temp_text, nozzle_temp_text],
|
| 58 |
)
|
| 59 |
|
|
|
|
| 54 |
|
| 55 |
send_button.click(
|
| 56 |
fn=get_data,
|
| 57 |
+
inputs=serial,
|
| 58 |
# outputs=[status_text, bed_temp_text, nozzle_temp_text],
|
| 59 |
)
|
| 60 |
|