Shashank1406 commited on
Commit
faeba56
·
verified ·
1 Parent(s): 41628f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
 
2
  import json
3
  import base64
 
4
 
5
  import streamlit as st
6
  from langchain.llms import OpenAI
 
1
 
2
  import json
3
  import base64
4
+ import os
5
 
6
  import streamlit as st
7
  from langchain.llms import OpenAI