Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def vote(data: gr.LikeData):
|
|
60 |
|
61 |
title_markdown = ("""
|
62 |
<h1 align="center"><a href="https://www.odiagenai.org/"><img src="//custom-images.strikinglycdn.com/res/hrscywv4p/image/upload/c_limit,fl_lossy,h_9000,w_1200,f_auto,q_auto/11567154/889956_627486.png", alt="mPLUG-Owl" border="0" style="margin: 0 auto; height: 100px;" /></a> </h1>
|
63 |
-
<h2 align="center"> π’ Olive:
|
64 |
""")
|
65 |
|
66 |
with gr.Blocks() as demo:
|
|
|
60 |
|
61 |
title_markdown = ("""
|
62 |
<h1 align="center"><a href="https://www.odiagenai.org/"><img src="//custom-images.strikinglycdn.com/res/hrscywv4p/image/upload/c_limit,fl_lossy,h_9000,w_1200,f_auto,q_auto/11567154/889956_627486.png", alt="mPLUG-Owl" border="0" style="margin: 0 auto; height: 100px;" /></a> </h1>
|
63 |
+
<h2 align="center"> π’ Olive: OdiaGPT Model built by the OdiaGenAI Team </h2>
|
64 |
""")
|
65 |
|
66 |
with gr.Blocks() as demo:
|