AdithyaSK commited on
Commit
48ad419
·
1 Parent(s): 441025a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks() as demo:
147
  gr.HTML(description)
148
  chat_interface.render()
149
  with gr.Column():
150
- with gr.Accordion(label="Visualise Training Data"):
151
  gr.HTML(NOMIC)
152
  gr.Markdown("The model is prone to Hallucination and many not always be Factual")
153
 
 
147
  gr.HTML(description)
148
  chat_interface.render()
149
  with gr.Column():
150
+ with gr.Accordion(label="Visualise Training Data" ,open=False):
151
  gr.HTML(NOMIC)
152
  gr.Markdown("The model is prone to Hallucination and many not always be Factual")
153