Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
from AssistantService import GPTAssistant
|
2 |
from openai.error import AuthenticationError
|
3 |
import streamlit as st
|
4 |
-
import analytics.ga as ga_tag
|
5 |
import configparser
|
6 |
|
7 |
config = configparser.ConfigParser()
|
@@ -59,5 +58,3 @@ if 'code_generated' in st.session_state:
|
|
59 |
st.table(result)
|
60 |
else:
|
61 |
st.write("error extracting data")
|
62 |
-
|
63 |
-
ga_tag.ga_markdown()
|
|
|
1 |
from AssistantService import GPTAssistant
|
2 |
from openai.error import AuthenticationError
|
3 |
import streamlit as st
|
|
|
4 |
import configparser
|
5 |
|
6 |
config = configparser.ConfigParser()
|
|
|
58 |
st.table(result)
|
59 |
else:
|
60 |
st.write("error extracting data")
|
|
|
|