Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
|
|
69 |
with gr.Row() as title_row:
|
70 |
|
71 |
with gr.Column():
|
72 |
-
gr.Markdown("
|
73 |
|
74 |
with gr.Column(align="center"):
|
75 |
# Add Markdown with centered text
|
@@ -77,7 +77,7 @@ with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
|
|
77 |
gr.Markdown("This is a multimodal implementation of [Phi2](https://huggingface.co/microsoft/phi-2) model. Please find the source code and training details [here](https://github.com/GunaKoppula/ERAV1-CAPSTONE).")
|
78 |
|
79 |
with gr.Column():
|
80 |
-
gr.Markdown("
|
81 |
|
82 |
with gr.Row():
|
83 |
chatbot = gr.Chatbot(
|
|
|
69 |
with gr.Row() as title_row:
|
70 |
|
71 |
with gr.Column():
|
72 |
+
gr.Markdown("")
|
73 |
|
74 |
with gr.Column(align="center"):
|
75 |
# Add Markdown with centered text
|
|
|
77 |
gr.Markdown("This is a multimodal implementation of [Phi2](https://huggingface.co/microsoft/phi-2) model. Please find the source code and training details [here](https://github.com/GunaKoppula/ERAV1-CAPSTONE).")
|
78 |
|
79 |
with gr.Column():
|
80 |
+
gr.Markdown("")
|
81 |
|
82 |
with gr.Row():
|
83 |
chatbot = gr.Chatbot(
|