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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -287,8 +287,9 @@ 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
- 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)
 
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
+ gr.Markdown("官网(中):https://anni-zou.github.io/aurora-zh.github.io/")
292
+ gr.Markdown("官网(英):https://anni-zou.github.io/aurora-en.github.io/")
293
  with gr.Row():
294
  with gr.Column(scale=4):
295
  input_question = gr.Textbox(placeholder="Input question here, or select an example from below.", label="Input Question",lines=2)