Update app.py
Browse files
app.py
CHANGED
@@ -290,10 +290,10 @@ def reset():
|
|
290 |
#bethecloud/storj_theme
|
291 |
#gradio/soft
|
292 |
with gr.Blocks(theme="bethecloud/storj_theme", css="#process_btn {background-color:#8BA3C5}") as demo:
|
293 |
-
gr.Markdown("#
|
294 |
with gr.Row():
|
295 |
-
gr.Markdown("官网(中):https://anni-zou.github.io/aurora-zh.github.io/")
|
296 |
-
gr.Markdown("
|
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)
|
|
|
290 |
#bethecloud/storj_theme
|
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)
|