CognitiveScience commited on
Commit
8cafaa1
1 Parent(s): 344e7b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -79,10 +79,10 @@ with gr.Blocks() as demo:
79
  count = gr.Number(label="Rates!")
80
  with gr.Row():
81
  with gr.Column():
82
- name = gr.Textbox(label="a") #, placeholder="What is your name?")
83
- review = gr.Textbox(label="b") #, placeholder="What is your name?") #gr.Radio(label="How satisfied are you with using gradio?", choices=[1, 2, 3, 4, 5])
84
- comments = gr.Textbox(label="c") #, lines=10, placeholder="Do you have any feedback on gradio?")
85
- submit = gr.Button(value=".")
86
 
87
  submit.click(add_review, [name, review, comments], [data, count])
88
  #demo.load(load_data, None, [data, count])
 
79
  count = gr.Number(label="Rates!")
80
  with gr.Row():
81
  with gr.Column():
82
+ name = gr.Textbox(label="a") #, placeholder="What is your name?")
83
+ review = gr.Textbox(label="b") #, placeholder="What is your name?") #gr.Radio(label="How satisfied are you with using gradio?", choices=[1, 2, 3, 4, 5])
84
+ comments = gr.Textbox(label="c") #, lines=10, placeholder="Do you have any feedback on gradio?")
85
+ submit = gr.Button(value=".")
86
 
87
  submit.click(add_review, [name, review, comments], [data, count])
88
  #demo.load(load_data, None, [data, count])