acumplido commited on
Commit
7b5efbb
1 Parent(s): 395860b

Label markdown for named endpoints

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -176,10 +176,13 @@ def gradio_app():
176
  )
177
  with gr.Accordion("Sources and context:", open=False):
178
  source_context = gr.Markdown(
 
 
179
  )
180
  with gr.Accordion("See full context evaluation:", open=False):
181
  context_evaluation = gr.Markdown(
182
- # show_label=False,
 
183
  # interactive=False,
184
  # autoscroll=False,
185
  # show_copy_button=True
 
176
  )
177
  with gr.Accordion("Sources and context:", open=False):
178
  source_context = gr.Markdown(
179
+ label="Sources",
180
+ show_label=False,
181
  )
182
  with gr.Accordion("See full context evaluation:", open=False):
183
  context_evaluation = gr.Markdown(
184
+ label="Full context",
185
+ show_label=False,
186
  # interactive=False,
187
  # autoscroll=False,
188
  # show_copy_button=True