thinkall commited on
Commit
7a5cdb3
·
1 Parent(s): 3ae2784

Update docs

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks() as demo:
123
  elem_id="chatbot",
124
  bubble_full_width=False,
125
  avatar_images=(None, (os.path.join(os.path.dirname(__file__), "autogen.png"))),
126
- height=600,
127
  )
128
  with gr.Row():
129
  txt_input = gr.Textbox(
@@ -148,7 +148,7 @@ with gr.Blocks() as demo:
148
  info=f"File must be in the format of [{', '.join(TEXT_FORMATS)}]",
149
  max_lines=1,
150
  show_label=True,
151
- value="https://arxiv.org/pdf/2308.08155.pdf",
152
  container=True,
153
  )
154
 
 
123
  elem_id="chatbot",
124
  bubble_full_width=False,
125
  avatar_images=(None, (os.path.join(os.path.dirname(__file__), "autogen.png"))),
126
+ # height=600,
127
  )
128
  with gr.Row():
129
  txt_input = gr.Textbox(
 
148
  info=f"File must be in the format of [{', '.join(TEXT_FORMATS)}]",
149
  max_lines=1,
150
  show_label=True,
151
+ value="https://raw.githubusercontent.com/microsoft/autogen/main/README.md",
152
  container=True,
153
  )
154