Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
•
a297e9a
1
Parent(s):
5072ba2
Update app.py
Browse files
app.py
CHANGED
@@ -72,10 +72,10 @@ def load_data():
|
|
72 |
|
73 |
with gr.Blocks() as demo:
|
74 |
with gr.Row():
|
75 |
-
|
76 |
#with gr.Box():
|
77 |
#gr.Markdown("Based on dataset [here](https://huggingface.co/datasets/freddyaboulton/gradio-reviews)")
|
78 |
-
|
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?")
|