Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
import os
|
| 2 |
import io
|
| 3 |
import requests
|
|
|
|
|
|
|
| 4 |
from metagpt.software_company import generate_repo, ProjectRepo
|
| 5 |
import streamlit as st
|
| 6 |
-
import zipfile
|
| 7 |
|
| 8 |
# CONFIG_FILE_PATH = '~/.metagpt/config2.yaml'
|
| 9 |
# if not os.path.exists(CONFIG_FILE_PATH):
|
|
|
|
| 1 |
import os
|
| 2 |
import io
|
| 3 |
import requests
|
| 4 |
+
import zipfile
|
| 5 |
+
import hmac
|
| 6 |
from metagpt.software_company import generate_repo, ProjectRepo
|
| 7 |
import streamlit as st
|
|
|
|
| 8 |
|
| 9 |
# CONFIG_FILE_PATH = '~/.metagpt/config2.yaml'
|
| 10 |
# if not os.path.exists(CONFIG_FILE_PATH):
|