JiheonJeong commited on
Commit
dda1cd6
·
1 Parent(s): 9946f2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -183,7 +183,8 @@ 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.Textbox(label=f"Random Sample - {idx+1}"))
 
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
+ text = gr.Textbox(label=f"Random Sample - {idx+1}")
187
+ agents.append(text)
188
 
189
  # text1 = gr.Textbox(label="Random Sample - 1")
190
  # text2 = gr.Textbox(label="Random Sample - 2")