GianJSX commited on
Commit
823dc8a
·
1 Parent(s): d770759

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 ga
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
- ga.ga_markdown()
 
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()