Spaces:
Runtime error
Runtime error
Commit
·
391805b
1
Parent(s):
8cbf8fc
Update app.py
Browse files
app.py
CHANGED
@@ -153,9 +153,9 @@ css="footer {visibility: hidden}"
|
|
153 |
#styler = df.style.highlight_max(color = 'lightgreen', axis = 0)
|
154 |
with gr.Blocks() as demo:
|
155 |
with gr.Row():
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
with gr.Row():
|
160 |
with gr.Column():
|
161 |
celscie = gr.Textbox(label="e",value="robert+west") #, placeholder="What is your name?")
|
|
|
153 |
#styler = df.style.highlight_max(color = 'lightgreen', axis = 0)
|
154 |
with gr.Blocks() as demo:
|
155 |
with gr.Row():
|
156 |
+
with gr.Column():
|
157 |
+
data2 = gr.Dataframe() #styler)
|
158 |
+
count2 = gr.Number(label="Rates2!")
|
159 |
with gr.Row():
|
160 |
with gr.Column():
|
161 |
celscie = gr.Textbox(label="e",value="robert+west") #, placeholder="What is your name?")
|