Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -128,12 +128,6 @@ with gr.Blocks(title="ROS2 Expert Assistant") as demo:
|
|
128 |
value="Select a question...",
|
129 |
label="Pre-defined Questions"
|
130 |
)
|
131 |
-
with gr.Column(scale=1):
|
132 |
-
# Info icon with tooltip
|
133 |
-
gr.Markdown(
|
134 |
-
"""<div title="{}">ℹ️</div>""".format(DROPDOWN_TOOLTIP),
|
135 |
-
elem_classes=["tooltip"]
|
136 |
-
)
|
137 |
|
138 |
with gr.Row():
|
139 |
# Chat interface
|
|
|
128 |
value="Select a question...",
|
129 |
label="Pre-defined Questions"
|
130 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
|
132 |
with gr.Row():
|
133 |
# Chat interface
|