update
Browse files- anycoder_app/ui.py +1 -1
anycoder_app/ui.py
CHANGED
|
@@ -21,7 +21,7 @@ from .parsers import (
|
|
| 21 |
)
|
| 22 |
from .deploy import (
|
| 23 |
check_authentication, update_ui_for_auth_status,
|
| 24 |
-
generation_code, deploy_to_spaces
|
| 25 |
)
|
| 26 |
|
| 27 |
# Main application with proper Gradio theming
|
|
|
|
| 21 |
)
|
| 22 |
from .deploy import (
|
| 23 |
check_authentication, update_ui_for_auth_status,
|
| 24 |
+
generation_code, deploy_to_spaces, add_anycoder_tag_to_readme
|
| 25 |
)
|
| 26 |
|
| 27 |
# Main application with proper Gradio theming
|