Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,8 @@ iface = gr.Interface(
|
|
33 |
inputs=["text", "text"],
|
34 |
outputs="file",
|
35 |
title="Figma to Tkinter Converter",
|
36 |
-
description=""
|
|
|
37 |
Upload your Figma design by providing the URL and token.
|
38 |
<br>
|
39 |
|
@@ -55,8 +56,7 @@ iface = gr.Interface(
|
|
55 |
**NOTE** : This project is created by : ParthJadhav
|
56 |
|
57 |
Checkout this repo to know more : https://github.com/ParthJadhav/Tkinter-Designer
|
58 |
-
"""
|
59 |
-
description_below=True
|
60 |
)
|
61 |
|
62 |
iface.launch()
|
|
|
33 |
inputs=["text", "text"],
|
34 |
outputs="file",
|
35 |
title="Figma to Tkinter Converter",
|
36 |
+
description="",
|
37 |
+
footer="""
|
38 |
Upload your Figma design by providing the URL and token.
|
39 |
<br>
|
40 |
|
|
|
56 |
**NOTE** : This project is created by : ParthJadhav
|
57 |
|
58 |
Checkout this repo to know more : https://github.com/ParthJadhav/Tkinter-Designer
|
59 |
+
"""
|
|
|
60 |
)
|
61 |
|
62 |
iface.launch()
|