Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -179,7 +179,6 @@ css="footer {visibility: hidden}"
|
|
179 |
#styler = df.style.highlight_max(color = 'lightgreen', axis = 0)
|
180 |
with gr.Blocks() as demo:
|
181 |
with gr.Row():
|
182 |
-
with gr.Column():
|
183 |
chatbot = gr.Chatbot(
|
184 |
[],
|
185 |
elem_id="chatbot",
|
@@ -206,8 +205,6 @@ with gr.Blocks() as demo:
|
|
206 |
with gr.Column():
|
207 |
data = gr.Dataframe() #styler)
|
208 |
count = gr.Number(label="Rates!")
|
209 |
-
with gr.Row():
|
210 |
-
with gr.Column():
|
211 |
name = gr.Textbox(label="a") #, placeholder="What is your name?")
|
212 |
rate = gr.Textbox(label="b") #, placeholder="What is your name?") #gr.Radio(label="How satisfied are you with using gradio?", choices=[1, 2, 3, 4, 5])
|
213 |
celsci = gr.Textbox(label="c") #, lines=10, placeholder="Do you have any feedback on gradio?")
|
|
|
179 |
#styler = df.style.highlight_max(color = 'lightgreen', axis = 0)
|
180 |
with gr.Blocks() as demo:
|
181 |
with gr.Row():
|
|
|
182 |
chatbot = gr.Chatbot(
|
183 |
[],
|
184 |
elem_id="chatbot",
|
|
|
205 |
with gr.Column():
|
206 |
data = gr.Dataframe() #styler)
|
207 |
count = gr.Number(label="Rates!")
|
|
|
|
|
208 |
name = gr.Textbox(label="a") #, placeholder="What is your name?")
|
209 |
rate = gr.Textbox(label="b") #, placeholder="What is your name?") #gr.Radio(label="How satisfied are you with using gradio?", choices=[1, 2, 3, 4, 5])
|
210 |
celsci = gr.Textbox(label="c") #, lines=10, placeholder="Do you have any feedback on gradio?")
|