Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -175,14 +175,14 @@ def handle_rag_query(query: str, debug: bool):
|
|
| 175 |
|
| 176 |
# with gr.Blocks(css=".gradio-container {background-color: white}") as demo:
|
| 177 |
with gr.Blocks() as demo:
|
| 178 |
-
|
| 179 |
gr.HTML("<h1 class='title'>Citrus-chatbot</h1>")
|
| 180 |
|
| 181 |
-
gr.
|
| 182 |
-
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
|
|
|
| 186 |
|
| 187 |
current_doc = gr.State(None)
|
| 188 |
|
|
|
|
| 175 |
|
| 176 |
# with gr.Blocks(css=".gradio-container {background-color: white}") as demo:
|
| 177 |
with gr.Blocks() as demo:
|
|
|
|
| 178 |
gr.HTML("<h1 class='title'>Citrus-chatbot</h1>")
|
| 179 |
|
| 180 |
+
gr.Image(
|
| 181 |
+
value="brain.jpg",
|
| 182 |
+
show_label=False,
|
| 183 |
+
interactive=False,
|
| 184 |
+
elem_classes="brain-header"
|
| 185 |
+
)
|
| 186 |
|
| 187 |
current_doc = gr.State(None)
|
| 188 |
|