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