Spaces:
Runtime error
Runtime error
yuntian-deng
commited on
Commit
•
2247961
1
Parent(s):
43cc643
Update app.py
Browse files
app.py
CHANGED
@@ -141,9 +141,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
|
|
141 |
#chatbot {height: 520px; overflow: auto;}""",
|
142 |
theme=theme) as demo:
|
143 |
gr.HTML(title)
|
144 |
-
|
145 |
-
#gr.HTML("""<h3 align="center" style="color: red;">If this app is too busy, consider trying our other GPT-4O app. Visit it below:<br/><a href="https://huggingface.co/spaces/yuntian-deng/ChatGPT4Turbo">https://huggingface.co/spaces/yuntian-deng/ChatGPT4Turbo</a></h3>""")
|
146 |
-
gr.HTML("""<h3 align="center" style="color: red;">If this app doesn't respond, consider trying our other GPT-4O app:<br/><a href="https://huggingface.co/spaces/yuntian-deng/ChatGPT4Turbo">https://huggingface.co/spaces/yuntian-deng/ChatGPT4Turbo</a></h3>""")
|
147 |
|
148 |
#gr.HTML('''<center><a href="https://huggingface.co/spaces/ysharma/ChatGPT4?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>''')
|
149 |
with gr.Column(elem_id = "col_container", visible=False) as main_block:
|
|
|
141 |
#chatbot {height: 520px; overflow: auto;}""",
|
142 |
theme=theme) as demo:
|
143 |
gr.HTML(title)
|
144 |
+
gr.HTML("""<h3 align="center" style="color: red;">If this app doesn't respond, consider trying our other GPT-4O Mini app:<br/><a href="https://huggingface.co/spaces/yuntian-deng/ChatGPT">https://huggingface.co/spaces/yuntian-deng/ChatGPT</a></h3>""")
|
|
|
|
|
145 |
|
146 |
#gr.HTML('''<center><a href="https://huggingface.co/spaces/ysharma/ChatGPT4?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>''')
|
147 |
with gr.Column(elem_id = "col_container", visible=False) as main_block:
|