Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,8 +21,8 @@ with gr.Blocks() as demo:
|
|
21 |
with gr.Row():
|
22 |
inp2 = gr.Textbox(placeholder="What is your name?2")
|
23 |
out2 = gr.Textbox()
|
24 |
-
|
25 |
-
|
26 |
with gr.Tab("C - Review"):
|
27 |
gr.Markdown("Start typing below and then click **Run** to see the output.2")
|
28 |
with gr.Row():
|
|
|
21 |
with gr.Row():
|
22 |
inp2 = gr.Textbox(placeholder="What is your name?2")
|
23 |
out2 = gr.Textbox()
|
24 |
+
btn2 = gr.Button("Run2")
|
25 |
+
fl2=gr.File(label="Assignments List"),
|
26 |
with gr.Tab("C - Review"):
|
27 |
gr.Markdown("Start typing below and then click **Run** to see the output.2")
|
28 |
with gr.Row():
|