Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -414,7 +414,6 @@ css_adds = "#group_row {background: white; border-color: white;} \
|
|
414 |
with gr.Blocks(theme=soft, title="Social Bias Testing in Language Models",
|
415 |
css=css_adds) as iface:
|
416 |
curr_openai_key = gr.State("")
|
417 |
-
print("curr_openai_key: " + curr_openai_key)
|
418 |
with gr.Row():
|
419 |
with gr.Group():
|
420 |
s1_btn = gr.Button(value="Step 1: Bias Specification", variant="primary", visible=True, interactive=True).style(size='sm')
|
|
|
414 |
with gr.Blocks(theme=soft, title="Social Bias Testing in Language Models",
|
415 |
css=css_adds) as iface:
|
416 |
curr_openai_key = gr.State("")
|
|
|
417 |
with gr.Row():
|
418 |
with gr.Group():
|
419 |
s1_btn = gr.Button(value="Step 1: Bias Specification", variant="primary", visible=True, interactive=True).style(size='sm')
|