fixing css
Browse files
app.py
CHANGED
@@ -181,8 +181,7 @@ with gr.Blocks(css=css, theme="NoCrypt/miku@1.2.1") as demo:
|
|
181 |
</div>
|
182 |
</body>
|
183 |
</html>
|
184 |
-
"""
|
185 |
-
elem_id='title'
|
186 |
)
|
187 |
with gr.Row(elem_id="main_row"):
|
188 |
with gr.Column(elem_id="column_input"):
|
|
|
181 |
</div>
|
182 |
</body>
|
183 |
</html>
|
184 |
+
"""
|
|
|
185 |
)
|
186 |
with gr.Row(elem_id="main_row"):
|
187 |
with gr.Column(elem_id="column_input"):
|