5m4ck3r commited on
Commit
f03efc3
1 Parent(s): bb27815

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -33,8 +33,11 @@ iface = gr.Interface(
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
 
@@ -55,7 +58,7 @@ iface = gr.Interface(
55
 
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
 
 
33
  inputs=["text", "text"],
34
  outputs="file",
35
  title="Figma to Tkinter Converter",
36
+ description=""
37
+ )
38
+
39
+ description = gr.Markdown(
40
+ """
41
  Upload your Figma design by providing the URL and token.
42
  <br>
43
 
 
58
 
59
  **NOTE** : This project is created by : ParthJadhav
60
 
61
+ Checkout this repo to know more : [GitHub Repo](https://github.com/ParthJadhav/Tkinter-Designer)
62
  """
63
  )
64