Rushi2903 commited on
Commit
8ebb649
1 Parent(s): a7cb124

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@
10
  # # Print the length of the concat_list
11
  # st.write(len(concat_list))
12
  org = 'org-JUm8VrpZZhXblDWHMVmxnLTF'
13
- api_key = "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"
14
 
15
  import operations as op
16
  import textwrap
 
10
  # # Print the length of the concat_list
11
  # st.write(len(concat_list))
12
  org = 'org-JUm8VrpZZhXblDWHMVmxnLTF'
13
+ openai.api_key = "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"
14
 
15
  import operations as op
16
  import textwrap