Spaces:
Runtime error
Runtime error
dearfattiger
commited on
Commit
•
8386d5e
1
Parent(s):
685d860
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
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
|
|
|
76 |
with gr.Row():
|
77 |
with gr.Column(scale=1):
|
78 |
# gr.HTML(title)
|
79 |
+
gr.HTML('<h1>YY专用ChatGPT</h1>')
|
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
|