Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -195,7 +195,7 @@ with gr.Blocks(css="""
|
|
195 |
with gr.Row():
|
196 |
# Left column for subject selection
|
197 |
with gr.Column(scale=1):
|
198 |
-
with gr.
|
199 |
gr.Markdown("### Choose Subjects")
|
200 |
|
201 |
subject_selection_mode = gr.Radio(
|
@@ -235,7 +235,7 @@ with gr.Blocks(css="""
|
|
235 |
|
236 |
# Right column for few-shot examples
|
237 |
with gr.Column(scale=1):
|
238 |
-
with gr.
|
239 |
gr.Markdown("### Few-shot Configuration")
|
240 |
|
241 |
num_shots_slider = gr.Slider(
|
|
|
195 |
with gr.Row():
|
196 |
# Left column for subject selection
|
197 |
with gr.Column(scale=1):
|
198 |
+
with gr.Group(elem_classes=["config-box"]):
|
199 |
gr.Markdown("### Choose Subjects")
|
200 |
|
201 |
subject_selection_mode = gr.Radio(
|
|
|
235 |
|
236 |
# Right column for few-shot examples
|
237 |
with gr.Column(scale=1):
|
238 |
+
with gr.Group(elem_classes=["config-box"]):
|
239 |
gr.Markdown("### Few-shot Configuration")
|
240 |
|
241 |
num_shots_slider = gr.Slider(
|