Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,8 @@ 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 |
)
|
60 |
|
61 |
iface.launch()
|
|
|
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()
|