kidwaiaun commited on
Commit
d0054db
·
verified ·
1 Parent(s): 2130363

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -4,11 +4,10 @@ import yaml
4
  def tab1_content():
5
  with gr.Row():
6
  with gr.Column():
7
- with gr.Form():
8
- gr.Textbox(label="Name", placeholder="Enter your name")
9
- gr.Textbox(label="Email", placeholder="Enter your email")
10
- gr.Textbox(label="Feedback", placeholder="Provide your feedback")
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")