Spaces:
Runtime error
Runtime error
Commit
·
cb140ef
1
Parent(s):
2b5f248
Update app.py
Browse files
app.py
CHANGED
@@ -152,8 +152,8 @@ css="footer {visibility: hidden}"
|
|
152 |
with gr.Blocks() as demo:
|
153 |
with gr.Row():
|
154 |
with gr.Column():
|
155 |
-
|
156 |
-
|
157 |
with gr.Row():
|
158 |
with gr.Column():
|
159 |
name = gr.Textbox(label="a") #, placeholder="What is your name?")
|
@@ -174,8 +174,8 @@ with gr.Blocks() as demo:
|
|
174 |
#return "Hello " + name + "!"
|
175 |
with gr.Row():
|
176 |
with gr.Column():
|
177 |
-
|
178 |
-
|
179 |
with gr.Row():
|
180 |
with gr.Column():
|
181 |
celscie = gr.Textbox(label="e",value="robert+west") #, placeholder="What is your name?")
|
|
|
152 |
with gr.Blocks() as demo:
|
153 |
with gr.Row():
|
154 |
with gr.Column():
|
155 |
+
data = gr.Dataframe() #styler)
|
156 |
+
count = gr.Number(label="Rates!")
|
157 |
with gr.Row():
|
158 |
with gr.Column():
|
159 |
name = gr.Textbox(label="a") #, placeholder="What is your name?")
|
|
|
174 |
#return "Hello " + name + "!"
|
175 |
with gr.Row():
|
176 |
with gr.Column():
|
177 |
+
data2 = gr.Dataframe() #styler)
|
178 |
+
count2 = gr.Number(label="Rates2!",value=13)
|
179 |
with gr.Row():
|
180 |
with gr.Column():
|
181 |
celscie = gr.Textbox(label="e",value="robert+west") #, placeholder="What is your name?")
|