Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,8 @@ import requests
|
|
3 |
import github
|
4 |
import asyncio
|
5 |
|
6 |
-
async def main():
|
|
|
7 |
|
8 |
|
9 |
# Set up the Streamlit app
|
|
|
3 |
import github
|
4 |
import asyncio
|
5 |
|
6 |
+
async def main():
|
7 |
+
client = await github.GHClient()
|
8 |
|
9 |
|
10 |
# Set up the Streamlit app
|