Rajagopal commited on
Commit
f79f08b
·
1 Parent(s): cc6a9e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 topic', 'netzero')
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