moazzamdev commited on
Commit
799f0ec
·
1 Parent(s): 1464042

Update page2.py

Browse files
Files changed (1) hide show
  1. page2.py +1 -1
page2.py CHANGED
@@ -13,7 +13,7 @@ import os
13
 
14
  # Streamlit app
15
  def image():
16
- key = os.environ.getattribute("api_key")
17
  st.markdown("""
18
  <style>
19
  .anim-typewriter {
 
13
 
14
  # Streamlit app
15
  def image():
16
+ key = os.environ.get("api_key")
17
  st.markdown("""
18
  <style>
19
  .anim-typewriter {