mgokg commited on
Commit
7eef80f
·
verified ·
1 Parent(s): 3769719

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,6 +9,7 @@ import numpy as np
9
  import json
10
  import matplotlib.pyplot as plt
11
  from st_audiorec import st_audiorec
 
12
 
13
  os.environ['PANDASAI_API_KEY'] = "$2a$10$2s0v3C29vItNS2CO4QX10OV51/OONFCUNa4e9EU90w2Gozw88f4vK"
14
  st.set_page_config(page_title="SAP Data Analysis", layout="wide")
@@ -30,7 +31,7 @@ if uploaded_file is not None:
30
  sdf = SmartDataframe(df1)
31
  bild = st.empty()
32
  c = st.container()
33
- c.text("Datenanalyse & Datenvisualisierung")
34
  #with placeholder.container():
35
  #st.write("This is one element")
36
  #st.write("This is another")
 
9
  import json
10
  import matplotlib.pyplot as plt
11
  from st_audiorec import st_audiorec
12
+ import speech_recognition as sr
13
 
14
  os.environ['PANDASAI_API_KEY'] = "$2a$10$2s0v3C29vItNS2CO4QX10OV51/OONFCUNa4e9EU90w2Gozw88f4vK"
15
  st.set_page_config(page_title="SAP Data Analysis", layout="wide")
 
31
  sdf = SmartDataframe(df1)
32
  bild = st.empty()
33
  c = st.container()
34
+ c.subheader("Datenanalyse & Datenvisualisierung")
35
  #with placeholder.container():
36
  #st.write("This is one element")
37
  #st.write("This is another")