Spaces:
Runtime error
Runtime error
dearfattiger
commited on
Commit
·
685d860
1
Parent(s):
a25af24
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,8 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
75 |
|
76 |
with gr.Row():
|
77 |
with gr.Column(scale=1):
|
78 |
-
gr.HTML(title)
|
|
|
79 |
with gr.Column(scale=4):
|
80 |
# gr.HTML('<center><a href="https://huggingface.co/spaces/JohnSmith9982/ChuanhuChatGPT?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>')
|
81 |
pass
|
|
|
75 |
|
76 |
with gr.Row():
|
77 |
with gr.Column(scale=1):
|
78 |
+
# gr.HTML(title)
|
79 |
+
gr.HTML('YY专用ChatGPT')
|
80 |
with gr.Column(scale=4):
|
81 |
# gr.HTML('<center><a href="https://huggingface.co/spaces/JohnSmith9982/ChuanhuChatGPT?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>')
|
82 |
pass
|