Spaces:
Sleeping
Sleeping
mriusero commited on
Commit ·
42e463c
1
Parent(s): fabb668
core: chat visibility ^^
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ with gr.Blocks(theme=custom_theme) as demo:
|
|
| 23 |
You can interact with the chatbot to get insights and assistance on production-related queries.
|
| 24 |
"""
|
| 25 |
)
|
| 26 |
-
with gr.Sidebar(width=700, visible=
|
| 27 |
gr.Markdown("# Ask Agent")
|
| 28 |
gr.HTML("<div style='margin-bottom: 20px;'></div>")
|
| 29 |
gr.Markdown(
|
|
|
|
| 23 |
You can interact with the chatbot to get insights and assistance on production-related queries.
|
| 24 |
"""
|
| 25 |
)
|
| 26 |
+
with gr.Sidebar(width=700, visible=True):
|
| 27 |
gr.Markdown("# Ask Agent")
|
| 28 |
gr.HTML("<div style='margin-bottom: 20px;'></div>")
|
| 29 |
gr.Markdown(
|