Spaces:
Runtime error
Runtime error
update project
Browse files
app.py
CHANGED
|
@@ -176,7 +176,7 @@ with gr.Blocks() as demo:
|
|
| 176 |
button = gr.Button(value="Generate")
|
| 177 |
with gr.Column():
|
| 178 |
plot = gr.Plot(label="Output")
|
| 179 |
-
log = gr.Markdown("")
|
| 180 |
|
| 181 |
with gr.Row():
|
| 182 |
example = gr.Markdown(make_example(ratio_slider.value))
|
|
|
|
| 176 |
button = gr.Button(value="Generate")
|
| 177 |
with gr.Column():
|
| 178 |
plot = gr.Plot(label="Output")
|
| 179 |
+
log = gr.Markdown("", label="Log")
|
| 180 |
|
| 181 |
with gr.Row():
|
| 182 |
example = gr.Markdown(make_example(ratio_slider.value))
|