CognitiveScience commited on
Commit
a297e9a
1 Parent(s): 5072ba2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,10 +72,10 @@ def load_data():
72
 
73
  with gr.Blocks() as demo:
74
  with gr.Row():
75
- #with gr.Column():
76
  #with gr.Box():
77
  #gr.Markdown("Based on dataset [here](https://huggingface.co/datasets/freddyaboulton/gradio-reviews)")
78
- #data = gr.Dataframe()
79
  #count = gr.Number(label="Rates!")
80
  #with gr.Column():
81
  #name = gr.Textbox(label="Name", placeholder="What is your name?")
 
72
 
73
  with gr.Blocks() as demo:
74
  with gr.Row():
75
+ with gr.Column():
76
  #with gr.Box():
77
  #gr.Markdown("Based on dataset [here](https://huggingface.co/datasets/freddyaboulton/gradio-reviews)")
78
+ data = gr.Dataframe()
79
  #count = gr.Number(label="Rates!")
80
  #with gr.Column():
81
  #name = gr.Textbox(label="Name", placeholder="What is your name?")