Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ def clear_all():
|
|
| 59 |
# =====================================================
|
| 60 |
|
| 61 |
# with gr.Blocks(css=".gradio-container {background-color: white}") as demo:
|
| 62 |
-
with gr.Blocks(
|
| 63 |
|
| 64 |
gr.Markdown("<h1 class='title'>Citrus-chatbot</h1>")
|
| 65 |
gr.Markdown(
|
|
@@ -141,4 +141,4 @@ with gr.Blocks(theme=None, css="style.css") as demo:
|
|
| 141 |
with open("style.css", encoding="utf-8") as f:
|
| 142 |
css = f.read()
|
| 143 |
|
| 144 |
-
demo.launch(css=css)
|
|
|
|
| 59 |
# =====================================================
|
| 60 |
|
| 61 |
# with gr.Blocks(css=".gradio-container {background-color: white}") as demo:
|
| 62 |
+
with gr.Blocks() as demo:
|
| 63 |
|
| 64 |
gr.Markdown("<h1 class='title'>Citrus-chatbot</h1>")
|
| 65 |
gr.Markdown(
|
|
|
|
| 141 |
with open("style.css", encoding="utf-8") as f:
|
| 142 |
css = f.read()
|
| 143 |
|
| 144 |
+
demo.launch(css=css,theme=None)
|