npc0 commited on
Commit
3cc9662
·
verified ·
1 Parent(s): 0f91692

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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):