Commit
·
32f683a
1
Parent(s):
2feee19
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,9 @@ demo = gr.ChatInterface(fn=generate,
|
|
47 |
title="SF's AI Chat",
|
48 |
retry_btn=None,
|
49 |
undo_btn=None,
|
50 |
-
css="body { background-color:
|
|
|
|
|
51 |
)
|
52 |
|
53 |
demo.queue().launch(show_api=False)
|
|
|
47 |
title="SF's AI Chat",
|
48 |
retry_btn=None,
|
49 |
undo_btn=None,
|
50 |
+
css="body { background-color: inherit; }"
|
51 |
+
".gradio-container.gradio-container-4-8-0.svelte-1kyws56.app {max-width: 100% !important;}"
|
52 |
+
|
53 |
)
|
54 |
|
55 |
demo.queue().launch(show_api=False)
|