paulcalzada commited on
Commit
66dc1ed
·
verified ·
1 Parent(s): 5df282b

Update app.py

Browse files

removed api key from cleared

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks(title="DeepV for RTL (Model-Agnostic)", theme=gr.themes.Soft()) a
84
  with gr.Row():
85
  clear_btn = gr.ClearButton(
86
  value="Clear All",
87
- components=[spec, api_key, out_code]
88
  )
89
 
90
  # --- Wrapper function to handle output from the generation agent ---
 
84
  with gr.Row():
85
  clear_btn = gr.ClearButton(
86
  value="Clear All",
87
+ components=[spec, out_code]
88
  )
89
 
90
  # --- Wrapper function to handle output from the generation agent ---