3v324v23 commited on
Commit
32066cb
1 Parent(s): 7ffe2a0

change note

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ cancel_handles = []
41
  with gr.Blocks(theme=set_theme, analytics_enabled=False, css=advanced_css) as demo:
42
  gr.HTML(title_html)
43
  # To add a Duplicate Space badge
44
- gr.HTML('''<center><a href="https://huggingface.co/spaces/qingxu98/gpt-academic?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>请您打开此页面后务必点击上方的复制空间按钮(Duplicate Space)!切忌在“复制空间”之前填入API_KEY或进行提问,否则您的API_KEY将直接暴露!</center>''')
45
 
46
  with gr.Row().style(equal_height=True):
47
  with gr.Column(scale=2):
 
41
  with gr.Blocks(theme=set_theme, analytics_enabled=False, css=advanced_css) as demo:
42
  gr.HTML(title_html)
43
  # To add a Duplicate Space badge
44
+ gr.HTML('''<center><a href="https://huggingface.co/spaces/qingxu98/gpt-academic?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>请您打开此页面后务必点击上方的“复制空间”(Duplicate Space)按钮!<br/>切忌在“复制空间”(Duplicate Space)之前填入API_KEY或进行提问,否则您的API_KEY将极可能被空间所有者攫取!</center>''')
45
 
46
  with gr.Row().style(equal_height=True):
47
  with gr.Column(scale=2):