Update app.py
Browse files
app.py
CHANGED
@@ -145,10 +145,10 @@ chat_interface = gr.ChatInterface(
|
|
145 |
|
146 |
with gr.Blocks() as demo:
|
147 |
gr.HTML(description)
|
|
|
148 |
with gr.Column():
|
149 |
with gr.Accordion(label="Visualise Training Data"):
|
150 |
gr.HTML(NOMIC)
|
151 |
-
chat_interface.render()
|
152 |
gr.Markdown("The model is prone to Hallucination and many not always be Factual")
|
153 |
|
154 |
if __name__ == "__main__":
|
|
|
145 |
|
146 |
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 |
|
154 |
if __name__ == "__main__":
|