acumplid commited on
Commit
c61084a
1 Parent(s): 424f4db

change bool

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ def gradio_app():
167
  with gr.Accordion("Sources and context:", open=False):
168
  source_context = gr.Markdown(
169
  label="Sources",
170
- show_label=False,
171
  )
172
  with gr.Accordion("See full context evaluation:", open=False):
173
  context_evaluation = gr.Markdown(
 
167
  with gr.Accordion("Sources and context:", open=False):
168
  source_context = gr.Markdown(
169
  label="Sources",
170
+ show_label=True,
171
  )
172
  with gr.Accordion("See full context evaluation:", open=False):
173
  context_evaluation = gr.Markdown(