Commit
·
69df284
1
Parent(s):
ff5152d
Update app.py
Browse files
app.py
CHANGED
@@ -151,6 +151,9 @@ iface = gr.Interface(
|
|
151 |
clear_buttom = 'Clear click here',
|
152 |
submit_button = 'Clear click here',
|
153 |
theme="carlosrosash/bellay_test"
|
|
|
|
|
|
|
154 |
)
|
155 |
|
156 |
# Launch the Gradio interface for the Mistral model
|
|
|
151 |
clear_buttom = 'Clear click here',
|
152 |
submit_button = 'Clear click here',
|
153 |
theme="carlosrosash/bellay_test"
|
154 |
+
css= """
|
155 |
+
p {align : center}
|
156 |
+
"""
|
157 |
)
|
158 |
|
159 |
# Launch the Gradio interface for the Mistral model
|