JohnSmith9982 commited on
Commit
8d080cf
1 Parent(s): 63d6c0b

Upload 31 files

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -68,9 +68,12 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
68
  topic = gr.State("未命名对话历史记录")
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):
76
  with gr.Column(scale=5):
 
68
  topic = gr.State("未命名对话历史记录")
69
 
70
  with gr.Row():
71
+ with gr.Column(scale=1):
72
+ gr.HTML(title)
73
+ with gr.Column(scale=4):
74
+ 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>')
75
+ with gr.Column(scale=4):
76
+ status_display = gr.Markdown(get_geoip(), elem_id="status_display")
77
 
78
  with gr.Row(scale=1).style(equal_height=True):
79
  with gr.Column(scale=5):