app.py
CHANGED
|
@@ -45,7 +45,7 @@ def get_data(serial):
|
|
| 45 |
return
|
| 46 |
|
| 47 |
with gr.Blocks() as blocks:
|
| 48 |
-
serial = gr.
|
| 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)
|