Rabbitt-AI commited on
Commit
c047872
·
verified ·
1 Parent(s): b512d5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -380,7 +380,7 @@ with iface:
380
  "Detailed", "Concise", "Creative", "Technical"], label="Response Style"
381
  ),
382
  ],
383
- outputs= gr.Markdown(value="# **ChanceRAG Response**"),
384
  )
385
 
386
  iface.launch(share=True)
 
380
  "Detailed", "Concise", "Creative", "Technical"], label="Response Style"
381
  ),
382
  ],
383
+ outputs= gr.Markdown(label="# **ChanceRAG Response**"),
384
  )
385
 
386
  iface.launch(share=True)