Anni123 commited on
Commit
92e4417
·
1 Parent(s): c90c682

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -287,6 +287,8 @@ def reset():
287
  #gradio/soft
288
  with gr.Blocks(theme="bethecloud/storj_theme", css="#process_btn {background-color:#8BA3C5}") as demo:
289
  gr.Markdown("# 🌟 通用自适应的推理增强系统 (AuRoRA) 🌟")
 
 
290
  with gr.Row():
291
  with gr.Column(scale=4):
292
  input_question = gr.Textbox(placeholder="Input question here, or select an example from below.", label="Input Question",lines=2)
 
287
  #gradio/soft
288
  with gr.Blocks(theme="bethecloud/storj_theme", css="#process_btn {background-color:#8BA3C5}") as demo:
289
  gr.Markdown("# 🌟 通用自适应的推理增强系统 (AuRoRA) 🌟")
290
+ gr.Markdown("官网(中):https://anni-zou.github.io/aurora-zh.github.io/")
291
+ gr.Markdown("官网(英):https://anni-zou.github.io/aurora-en.github.io/")
292
  with gr.Row():
293
  with gr.Column(scale=4):
294
  input_question = gr.Textbox(placeholder="Input question here, or select an example from below.", label="Input Question",lines=2)