Update app.py
Browse files
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 |
|