linx5o commited on
Commit
cda57d6
·
1 Parent(s): c3ffe49
Files changed (1) hide show
  1. app.py +1 -1
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(text="Send")
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)