linx5o commited on
Commit
c3ffe49
·
1 Parent(s): c1344f5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def get_data(serial):
45
  return
46
 
47
  with gr.Blocks() as blocks:
48
- serial = gr.Input("text", label="Serial Number")
49
  send_button = gr.Button(text="Send")
50
 
51
  status_text = gr.Textbox(label="Status", interactive=False)
 
45
  return
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)