Spaces:
Runtime error
Runtime error
Commit
·
8583ad1
1
Parent(s):
ffb1b8e
Update app.py
Browse files
app.py
CHANGED
@@ -195,7 +195,7 @@ with gr.Blocks() as demo:
|
|
195 |
with gr.Row():
|
196 |
with gr.Column():
|
197 |
data = gr.Dataframe() #styler)
|
198 |
-
count = gr.Number(label="Rates!")
|
199 |
with gr.Row():
|
200 |
with gr.Column():
|
201 |
name = gr.Textbox(label="a") #, placeholder="What is your name?")
|
|
|
195 |
with gr.Row():
|
196 |
with gr.Column():
|
197 |
data = gr.Dataframe() #styler)
|
198 |
+
count = gr.Number(label="Rates!", visible=False)
|
199 |
with gr.Row():
|
200 |
with gr.Column():
|
201 |
name = gr.Textbox(label="a") #, placeholder="What is your name?")
|