Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ with gr.Blocks() as demo:
|
|
| 40 |
|
| 41 |
submit_button.click(fn=process_figma, inputs=[url_input, token_input], outputs=output_file)
|
| 42 |
|
| 43 |
-
|
| 44 |
"""
|
| 45 |
Upload your Figma design by providing the URL and token.
|
| 46 |
<br>
|
|
@@ -66,6 +66,4 @@ with gr.Blocks() as demo:
|
|
| 66 |
"""
|
| 67 |
)
|
| 68 |
|
| 69 |
-
description.render()
|
| 70 |
-
|
| 71 |
demo.launch()
|
|
|
|
| 40 |
|
| 41 |
submit_button.click(fn=process_figma, inputs=[url_input, token_input], outputs=output_file)
|
| 42 |
|
| 43 |
+
gr.Markdown(
|
| 44 |
"""
|
| 45 |
Upload your Figma design by providing the URL and token.
|
| 46 |
<br>
|
|
|
|
| 66 |
"""
|
| 67 |
)
|
| 68 |
|
|
|
|
|
|
|
| 69 |
demo.launch()
|