Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,7 @@ st.title("Wipro CSRD AI 1")
|
|
32 |
st.write("Step 1: Summary of your selected section of CSRD... Sections in this are enviormental topic1, enviornamtal topic2 ")
|
33 |
st.write("Step 2: Ask your specfici questions regarding a CSRD disclosure requirments")
|
34 |
|
|
|
35 |
|
36 |
|
37 |
# pdf file upload
|
|
|
32 |
st.write("Step 1: Summary of your selected section of CSRD... Sections in this are enviormental topic1, enviornamtal topic2 ")
|
33 |
st.write("Step 2: Ask your specfici questions regarding a CSRD disclosure requirments")
|
34 |
|
35 |
+
st.write( os.environ['OPENAI_API_BASE'] )
|
36 |
|
37 |
|
38 |
# pdf file upload
|