yasserrmd commited on
Commit
878e6b8
·
verified ·
1 Parent(s): 1dbadd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -7
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
- label="SoftwareArchitecture-Instruct v1",
164
- avatar_images=(None, None),
165
- height=480,
166
- bubble_full_width=False,
167
- likeable=False,
168
- sanitize_html=False,
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…",