awacke1 commited on
Commit
c414c49
·
1 Parent(s): 2dc8576

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,7 +3,8 @@ import requests
3
  import github
4
  import asyncio
5
 
6
- async def main(): client = await github.GHClient()
 
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