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