Spaces:
Sleeping
Sleeping
Commit ·
9946f2f
1
Parent(s): d56be10
Update app.py
Browse files
app.py
CHANGED
|
@@ -183,7 +183,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
|
|
| 183 |
image = gr.Image(os.path.join(os.path.dirname(__file__), "data/Court.jpeg"), height = 800, width = 1600)
|
| 184 |
with gr.Column(scale=3):
|
| 185 |
for idx in range(TOTAL_K):
|
| 186 |
-
agents.append(gr.
|
| 187 |
|
| 188 |
# text1 = gr.Textbox(label="Random Sample - 1")
|
| 189 |
# text2 = gr.Textbox(label="Random Sample - 2")
|
|
|
|
| 183 |
image = gr.Image(os.path.join(os.path.dirname(__file__), "data/Court.jpeg"), height = 800, width = 1600)
|
| 184 |
with gr.Column(scale=3):
|
| 185 |
for idx in range(TOTAL_K):
|
| 186 |
+
agents.append(gr.Textbox(label=f"Random Sample - {idx+1}"))
|
| 187 |
|
| 188 |
# text1 = gr.Textbox(label="Random Sample - 1")
|
| 189 |
# text2 = gr.Textbox(label="Random Sample - 2")
|