Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,11 +4,10 @@ import yaml
|
|
4 |
def tab1_content():
|
5 |
with gr.Row():
|
6 |
with gr.Column():
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
gr.Button("Submit Form")
|
12 |
with gr.Column():
|
13 |
gr.Textbox(label="Input 2", placeholder="Enter something for column 2")
|
14 |
gr.Button("Submit Column 2")
|
|
|
4 |
def tab1_content():
|
5 |
with gr.Row():
|
6 |
with gr.Column():
|
7 |
+
gr.Textbox(label="Name", placeholder="Enter your name")
|
8 |
+
gr.Textbox(label="Email", placeholder="Enter your email")
|
9 |
+
gr.Textbox(label="Feedback", placeholder="Provide your feedback")
|
10 |
+
gr.Button("Submit Form")
|
|
|
11 |
with gr.Column():
|
12 |
gr.Textbox(label="Input 2", placeholder="Enter something for column 2")
|
13 |
gr.Button("Submit Column 2")
|