Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ from PIL import Image
|
|
| 14 |
import io
|
| 15 |
from streamlit_gsheets import GSheetsConnection
|
| 16 |
|
| 17 |
-
conn = st.connection("gsheets", type=GSheetsConnection)
|
| 18 |
|
| 19 |
|
| 20 |
def process_run(st, thread_id, assistant_id):
|
|
|
|
| 14 |
import io
|
| 15 |
from streamlit_gsheets import GSheetsConnection
|
| 16 |
|
| 17 |
+
# conn = st.connection("gsheets", type=GSheetsConnection)
|
| 18 |
|
| 19 |
|
| 20 |
def process_run(st, thread_id, assistant_id):
|