Spaces:
Runtime error
Runtime error
Update docs
Browse files
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://
|
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 |
|