CognitiveScience commited on
Commit
cb140ef
·
1 Parent(s): 2b5f248

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- data2 = gr.Dataframe() #styler)
156
- count2 = gr.Number(label="Rates2!",value=13)
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
- data = gr.Dataframe() #styler)
178
- count = gr.Number(label="Rates!")
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?")