Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,6 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 64 |
"""
|
| 65 |
)
|
| 66 |
with gr.Row():
|
| 67 |
-
with gr.Row():
|
| 68 |
with gr.Column(scale=100):
|
| 69 |
magic1=gr.Textbox(lines=4)
|
| 70 |
gr.HTML("""<style> .gr-button {
|
|
|
|
| 64 |
"""
|
| 65 |
)
|
| 66 |
with gr.Row():
|
|
|
|
| 67 |
with gr.Column(scale=100):
|
| 68 |
magic1=gr.Textbox(lines=4)
|
| 69 |
gr.HTML("""<style> .gr-button {
|