Update app.py
Browse files
app.py
CHANGED
@@ -29,14 +29,14 @@ openai.api_key = os.environ["OPENAI_API_KEY"]
|
|
29 |
|
30 |
|
31 |
|
32 |
-
st.title("Wipro demo with azure cognitive ")
|
33 |
|
34 |
|
35 |
atemprature = st.slider('Fact vs Creative?', 0, 10, 1)
|
36 |
atemprature = atemprature / 10.0
|
37 |
|
38 |
|
39 |
-
yourquestion = st.text_input('Your
|
40 |
st.write('Your input is ', yourquestion)
|
41 |
|
42 |
|
|
|
29 |
|
30 |
|
31 |
|
32 |
+
st.title("Wipro demo with azure cognitive 2 ")
|
33 |
|
34 |
|
35 |
atemprature = st.slider('Fact vs Creative?', 0, 10, 1)
|
36 |
atemprature = atemprature / 10.0
|
37 |
|
38 |
|
39 |
+
yourquestion = st.text_input('Your Question', 'First identify the indicators required as per EFRAG Environmental document. List these indicators. For each of these indicators, find out how Wipro is performing.')
|
40 |
st.write('Your input is ', yourquestion)
|
41 |
|
42 |
|