Spaces:
Runtime error
Runtime error
withai4all
commited on
Commit
•
a484945
1
Parent(s):
441c986
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 |
-
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 |
with gr.Column(scale=4):
|
82 |
status_display = gr.Markdown(get_geoip(), elem_id="status_display")
|
|
|
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 |
with gr.Column(scale=4):
|
82 |
status_display = gr.Markdown(get_geoip(), elem_id="status_display")
|