Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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>请填写你自己的KEY,代码论文一套流,真爽!<br
|
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>请填写你自己的KEY,代码论文一套流,真爽!<br/>公众号:川川带你学AI,购买KEY和账号同学加我微信:hxgsrubxjogxeeag</center>''')
|
45 |
|
46 |
with gr.Row().style(equal_height=True):
|
47 |
with gr.Column(scale=2):
|