callanwu commited on
Commit
7e561c4
Β·
1 Parent(s): f092c94
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -95,8 +95,11 @@ class NovelUI(WebUI):
95
 
96
  def construct_ui(self):
97
  with gr.Blocks(css=gc.CSS) as demo:
98
- gr.Markdown("""<p align="center"><a href="https://arxiv.org/pdf/2309.07870.pdf">[πŸ“„ Paper]</a>
99
- <a href="http://www.aiwaves-agents.com/">[πŸ“¦ Github]</a>""")
 
 
 
100
  with gr.Column():
101
  self.progress = gr.HTML(
102
  value=sc.FORMAT.format(
 
95
 
96
  def construct_ui(self):
97
  with gr.Blocks(css=gc.CSS) as demo:
98
+ gr.Markdown(""""# Agents
99
+ **Agents** is an open-source library/framework for building autonomous language agents.if you want to know more about **Agents**, please check our
100
+ <a href="https://arxiv.org/pdf/2309.07870.pdf">πŸ“„ Paper</a> and
101
+ <a href="http://www.aiwaves-agents.com/">πŸ“¦ Github</a>
102
+ Here is a demo of **Agents**. You can use it to write a novel.""")
103
  with gr.Column():
104
  self.progress = gr.HTML(
105
  value=sc.FORMAT.format(