Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,6 +65,6 @@ agent = CodeAgent(
|
|
| 65 |
|
| 66 |
if __name__ == "__main__":
|
| 67 |
# Example run
|
| 68 |
-
|
| 69 |
from Gradio_UI import GradioUI
|
| 70 |
GradioUI(agent).launch()
|
|
|
|
| 65 |
|
| 66 |
if __name__ == "__main__":
|
| 67 |
# Example run
|
| 68 |
+
|
| 69 |
from Gradio_UI import GradioUI
|
| 70 |
GradioUI(agent).launch()
|