dlimeng commited on
Commit
e4378f8
1 Parent(s): 4b80779

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -74,13 +74,7 @@ iface = gr.Interface(
74
  title="SolidUI AI-generated visualization platform",
75
  description="""
76
  AI-generated visualization prototyping and editing platform, support 2D, 3D models, combined with LLM(Large Language Model) for quick editing.
77
- <br/><br/>
78
- <a target="_blank" href="https://github.com/CloudOrc/SolidUI">
79
- <img src="https://img.shields.io/badge/-github-blue?logo=github" />
80
- </a>
81
- <a target="_blank" href="https://huggingface.co/spaces/CloudOrc/SolidUI">
82
- <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face%20Spaces-blue" />
83
- </a>
84
  """,
85
  labels=["Base URL", "Model", "OpenAI Key","Prompt"]
86
 
 
74
  title="SolidUI AI-generated visualization platform",
75
  description="""
76
  AI-generated visualization prototyping and editing platform, support 2D, 3D models, combined with LLM(Large Language Model) for quick editing.
77
+ GitHub: https://github.com/CloudOrc/SolidUI
 
 
 
 
 
 
78
  """,
79
  labels=["Base URL", "Model", "OpenAI Key","Prompt"]
80