Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks(css=css) as demo:
|
|
91 |
gr.HTML(
|
92 |
"""
|
93 |
<div style="text-align: center; margin: 20px 0;">
|
94 |
-
<h1 style="font-family: Arial, sans-serif; color: #333;">Mispel V1.0
|
95 |
<p style="font-family: Arial, sans-serif; font-size: 16px; color: #555;">
|
96 |
Powered by the <a href="https://medlarai.com" style="color: #007BFF; text-decoration: none;">MedlarAI</a> model.
|
97 |
Your assistant for answering questions, generating text, and exploring ideas.
|
@@ -99,7 +99,8 @@ with gr.Blocks(css=css) as demo:
|
|
99 |
</div>
|
100 |
"""
|
101 |
)
|
102 |
-
|
|
|
103 |
gr.ChatInterface(
|
104 |
generate,
|
105 |
additional_inputs=additional_inputs,
|
|
|
91 |
gr.HTML(
|
92 |
"""
|
93 |
<div style="text-align: center; margin: 20px 0;">
|
94 |
+
<h1 style="font-family: Arial, sans-serif; color: #333;">Mispel V1.0 Beta</h1>
|
95 |
<p style="font-family: Arial, sans-serif; font-size: 16px; color: #555;">
|
96 |
Powered by the <a href="https://medlarai.com" style="color: #007BFF; text-decoration: none;">MedlarAI</a> model.
|
97 |
Your assistant for answering questions, generating text, and exploring ideas.
|
|
|
99 |
</div>
|
100 |
"""
|
101 |
)
|
102 |
+
# Replace gr.Box() with gr.Column()
|
103 |
+
with gr.Column():
|
104 |
gr.ChatInterface(
|
105 |
generate,
|
106 |
additional_inputs=additional_inputs,
|