Rabbitt-AI commited on
Commit
939668d
1 Parent(s): 49f7c05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -351,10 +351,7 @@ with iface:
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)
 
351
  "Detailed", "Concise", "Creative", "Technical"], label="Response Style"
352
  ),
353
  ],
354
+ outputs= gr.Textbox(label="ChanceRAG Response"),
 
 
 
355
  )
356
 
357
  iface.launch(share=True)