Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -160,13 +160,12 @@ with gr.Blocks(css=CUSTOM_CSS, theme=gr.themes.Soft(primary_hue="cyan")) as demo
|
|
160 |
with gr.Row():
|
161 |
with gr.Column(scale=4):
|
162 |
chat = gr.Chatbot(
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
)
|
170 |
with gr.Row():
|
171 |
user_box = gr.Textbox(
|
172 |
placeholder="Ask about software architecture…",
|
|
|
160 |
with gr.Row():
|
161 |
with gr.Column(scale=4):
|
162 |
chat = gr.Chatbot(
|
163 |
+
label="SoftwareArchitecture-Instruct v1",
|
164 |
+
avatar_images=(None, None),
|
165 |
+
height=480,
|
166 |
+
bubble_full_width=False,
|
167 |
+
sanitize_html=False,
|
168 |
+
)
|
|
|
169 |
with gr.Row():
|
170 |
user_box = gr.Textbox(
|
171 |
placeholder="Ask about software architecture…",
|