Commit
·
3271baa
1
Parent(s):
b7a600f
Update app.py
Browse files
app.py
CHANGED
@@ -173,7 +173,7 @@ def predict(input,
|
|
173 |
|
174 |
if __name__ == "__main__":
|
175 |
block = gr.Blocks()
|
176 |
-
with block(
|
177 |
gr.Markdown("<script language='javascript'>document.body.classList.toggle('dark');</script><div align='center' style='display: flex;flex-direction: row;'> \
|
178 |
<div style='width:40%; flex: 1;padding: 10px;text-align: -webkit-right;'><img style='height:35px' src='https://aigpt.sphq.cn/chat/meiya_logo_white.png'></div> \
|
179 |
<div style='width:50%; margin-left: 10px; text-align: left;'><h2> Meiya GPT 美亚柏科大模型</span> </h2></div> \
|
|
|
173 |
|
174 |
if __name__ == "__main__":
|
175 |
block = gr.Blocks()
|
176 |
+
with block(title='Meiya GPT大模型') as demo:
|
177 |
gr.Markdown("<script language='javascript'>document.body.classList.toggle('dark');</script><div align='center' style='display: flex;flex-direction: row;'> \
|
178 |
<div style='width:40%; flex: 1;padding: 10px;text-align: -webkit-right;'><img style='height:35px' src='https://aigpt.sphq.cn/chat/meiya_logo_white.png'></div> \
|
179 |
<div style='width:50%; margin-left: 10px; text-align: left;'><h2> Meiya GPT 美亚柏科大模型</span> </h2></div> \
|