Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks() as demo:
|
|
17 |
out2 = gr.Textbox()
|
18 |
btn2 = gr.Button("Run2")
|
19 |
with gr.Tab("B - Scheduler"):
|
20 |
-
|
21 |
with gr.Row():
|
22 |
inp2 = gr.Textbox(placeholder="What is your name?2")
|
23 |
out2 = gr.Textbox()
|
|
|
17 |
out2 = gr.Textbox()
|
18 |
btn2 = gr.Button("Run2")
|
19 |
with gr.Tab("B - Scheduler"):
|
20 |
+
gr.Markdown("Start tzyping below and then click **Run** to see the output.2")
|
21 |
with gr.Row():
|
22 |
inp2 = gr.Textbox(placeholder="What is your name?2")
|
23 |
out2 = gr.Textbox()
|