Update app.py
Browse files
app.py
CHANGED
@@ -487,6 +487,11 @@ demo = gr.ChatInterface(
|
|
487 |
margin: 0 auto;
|
488 |
width: 100%;
|
489 |
}
|
|
|
|
|
|
|
|
|
|
|
490 |
.float {
|
491 |
display: none;
|
492 |
}
|
|
|
487 |
margin: 0 auto;
|
488 |
width: 100%;
|
489 |
}
|
490 |
+
.gradio-container{
|
491 |
+
max-width: 1000px !important;
|
492 |
+
margin: 0 auto;
|
493 |
+
width:100%;
|
494 |
+
}
|
495 |
.float {
|
496 |
display: none;
|
497 |
}
|