Anni123 commited on
Commit
c9ef6a2
·
1 Parent(s): 55052b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -291,9 +291,9 @@ def reset():
291
  #gradio/soft
292
  with gr.Blocks(theme="bethecloud/storj_theme", css="#process_btn {background-color:#8BA3C5}") as demo:
293
  gr.Markdown("# AuRoRA: Augmented Reasoning and Refining with Task-Adaptive Chain-of-Thought Prompting")
294
- with gr.Row():
295
  #gr.Markdown("官网(中):https://anni-zou.github.io/aurora-zh.github.io/")
296
- gr.Markdown("Website:https://anni-zou.github.io/aurora-en.github.io/")
297
  with gr.Row():
298
  with gr.Column(scale=4):
299
  input_question = gr.Textbox(placeholder="Input question here, or select an example from below.", label="Input Question",lines=2)
 
291
  #gradio/soft
292
  with gr.Blocks(theme="bethecloud/storj_theme", css="#process_btn {background-color:#8BA3C5}") as demo:
293
  gr.Markdown("# AuRoRA: Augmented Reasoning and Refining with Task-Adaptive Chain-of-Thought Prompting")
294
+ #with gr.Row():
295
  #gr.Markdown("官网(中):https://anni-zou.github.io/aurora-zh.github.io/")
296
+ #gr.Markdown("Website:https://anni-zou.github.io/aurora-en.github.io/")
297
  with gr.Row():
298
  with gr.Column(scale=4):
299
  input_question = gr.Textbox(placeholder="Input question here, or select an example from below.", label="Input Question",lines=2)