app.py
CHANGED
|
@@ -46,7 +46,7 @@ def get_data(serial):
|
|
| 46 |
|
| 47 |
with gr.Blocks() as blocks:
|
| 48 |
serial = gr.Textbox("text", label="Serial Number")
|
| 49 |
-
send_button = gr.Button(
|
| 50 |
|
| 51 |
status_text = gr.Textbox(label="Status", interactive=False)
|
| 52 |
bed_temp_text = gr.Textbox(label="Bed Temperature", interactive=False)
|
|
|
|
| 46 |
|
| 47 |
with gr.Blocks() as blocks:
|
| 48 |
serial = gr.Textbox("text", label="Serial Number")
|
| 49 |
+
send_button = gr.Button(value="Send")
|
| 50 |
|
| 51 |
status_text = gr.Textbox(label="Status", interactive=False)
|
| 52 |
bed_temp_text = gr.Textbox(label="Bed Temperature", interactive=False)
|