EmilyWitko HF staff commited on
Commit
9ad3ddb
1 Parent(s): 78e6988

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks() as demo:
71
  comments = gr.Textbox(label="Comments", lines=10, placeholder="Do you have any feedback on gradio?")
72
  submit = gr.Button(value="Submit Feedback")
73
  with gr.Column():
74
- with gr.group():
75
  gr.Markdown("Most recently created 10 rows: See full dataset [here](https://huggingface.co/datasets/freddyaboulton/gradio-reviews)")
76
  data = gr.Dataframe()
77
  count = gr.Number(label="Total number of reviews")
 
71
  comments = gr.Textbox(label="Comments", lines=10, placeholder="Do you have any feedback on gradio?")
72
  submit = gr.Button(value="Submit Feedback")
73
  with gr.Column():
74
+ with gr.Group():
75
  gr.Markdown("Most recently created 10 rows: See full dataset [here](https://huggingface.co/datasets/freddyaboulton/gradio-reviews)")
76
  data = gr.Dataframe()
77
  count = gr.Number(label="Total number of reviews")