Spaces:
Runtime error
Runtime error
Daksh Chaudhary commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -114,7 +114,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 114 |
show_progress="minimal"
|
| 115 |
)
|
| 116 |
|
| 117 |
-
clear_btn.add(components=[user_query,
|
| 118 |
|
| 119 |
|
| 120 |
if __name__ == "__main__":
|
|
|
|
| 114 |
show_progress="minimal"
|
| 115 |
)
|
| 116 |
|
| 117 |
+
clear_btn.add(components=[user_query, output_box])
|
| 118 |
|
| 119 |
|
| 120 |
if __name__ == "__main__":
|