Rabbitt-AI commited on
Commit
49f7c05
·
verified ·
1 Parent(s): c8359ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -351,7 +351,10 @@ with iface:
351
  "Detailed", "Concise", "Creative", "Technical"], label="Response Style"
352
  ),
353
  ],
354
- outputs=gr.Textbox(label="ChanceRAG Response"),
 
 
 
355
  )
356
 
357
  iface.launch(share=True)
 
351
  "Detailed", "Concise", "Creative", "Technical"], label="Response Style"
352
  ),
353
  ],
354
+ outputs= [ gr.Box(
355
+ gr.Markdown(),
356
+ label="ChanceRAG Response"
357
+ )],
358
  )
359
 
360
  iface.launch(share=True)