user commited on
Commit
4139899
1 Parent(s): 5dc5271
Files changed (1) hide show
  1. main.py +5 -0
main.py CHANGED
@@ -102,4 +102,9 @@ with gr.Blocks() as iface:
102
  inputs=[markdown_file, template_file]
103
  )
104
 
 
 
 
 
 
105
  iface.launch(allowed_paths=["/tmp"])
 
102
  inputs=[markdown_file, template_file]
103
  )
104
 
105
+ gr.Markdown("""
106
+ ## 更多資訊 | More Information
107
+ <https://blog.toolman.xyz/article/306/>
108
+ """)
109
+
110
  iface.launch(allowed_paths=["/tmp"])