callanwu commited on
Commit
17330dc
Β·
1 Parent(s): e0c8258
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -95,9 +95,8 @@ class NovelUI(WebUI):
95
 
96
  def construct_ui(self):
97
  with gr.Blocks(css=gc.CSS) as demo:
98
- gr.Markdown(""""# Agents""")
99
- gr.Markdown
100
- ("""**Agents** is an open-source library/framework for building autonomous language agents.if you want to know more about **Agents**, please check our
101
  <a href="https://arxiv.org/pdf/2309.07870.pdf">πŸ“„ Paper</a> and
102
  <a href="http://www.aiwaves-agents.com/">πŸ“¦ Github</a>
103
  Here is a demo of **Agents**. You can use it to write a novel.""")
 
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.""")