Spaces:
Runtime error
Runtime error
JohnSmith9982
commited on
Commit
•
63d6c0b
1
Parent(s):
eac8ac9
Upload 31 files
Browse files- README.md +2 -2
- app.py +1 -0
- modules/__pycache__/chat_func.cpython-39.pyc +0 -0
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
title: ChuanhuChatGPT
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.23.0
|
|
|
1 |
---
|
2 |
title: ChuanhuChatGPT
|
3 |
+
emoji: 🐯
|
4 |
+
colorFrom: green
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.23.0
|
app.py
CHANGED
@@ -69,6 +69,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
69 |
|
70 |
with gr.Row():
|
71 |
gr.HTML(title)
|
|
|
72 |
status_display = gr.Markdown(get_geoip(), elem_id="status_display")
|
73 |
|
74 |
with gr.Row(scale=1).style(equal_height=True):
|
|
|
69 |
|
70 |
with gr.Row():
|
71 |
gr.HTML(title)
|
72 |
+
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>')
|
73 |
status_display = gr.Markdown(get_geoip(), elem_id="status_display")
|
74 |
|
75 |
with gr.Row(scale=1).style(equal_height=True):
|
modules/__pycache__/chat_func.cpython-39.pyc
CHANGED
Binary files a/modules/__pycache__/chat_func.cpython-39.pyc and b/modules/__pycache__/chat_func.cpython-39.pyc differ
|
|