Update app.py
Browse filesremoved api key from cleared
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,
|
| 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 ---
|