Spaces:
Running
Running
Zenith Wang
commited on
Commit
·
a370152
1
Parent(s):
96f3cd9
Replace emoji with StepFun logo and add link to StepFun website
Browse files
app.py
CHANGED
|
@@ -235,11 +235,11 @@ css = """
|
|
| 235 |
}
|
| 236 |
"""
|
| 237 |
|
| 238 |
-
with gr.Blocks(title="Step-3
|
| 239 |
gr.Markdown("""
|
| 240 |
-
#
|
| 241 |
|
| 242 |
-
Welcome to Step-3, an advanced multimodal AI assistant by StepFun
|
| 243 |
""")
|
| 244 |
|
| 245 |
with gr.Row():
|
|
|
|
| 235 |
}
|
| 236 |
"""
|
| 237 |
|
| 238 |
+
with gr.Blocks(title="Step-3", theme=gr.themes.Soft(), css=css) as demo:
|
| 239 |
gr.Markdown("""
|
| 240 |
+
# <img src="https://huggingface.co/stepfun-ai/step3/resolve/main/figures/stepfun-logo.png" alt="StepFun Logo" style="height: 30px; vertical-align: middle; margin-right: 8px;"> Step-3
|
| 241 |
|
| 242 |
+
Welcome to Step-3, an advanced multimodal AI assistant by <a href="https://stepfun.com/" target="_blank" style="color: #0969da;">StepFun</a>.
|
| 243 |
""")
|
| 244 |
|
| 245 |
with gr.Row():
|