Rajagopal commited on
Commit
a0040f5
·
1 Parent(s): c2efe39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def findanswer(Nand_url, Nand_question, randomnumber):
39
 
40
 
41
  image = Image.open('Wipro logo.png')
42
- st.image(image, width=100)
43
 
44
  st.write("Learn best practices in Data Centre Sustainability")
45
 
 
39
 
40
 
41
  image = Image.open('Wipro logo.png')
42
+ #st.image(image, width=100)
43
 
44
  st.write("Learn best practices in Data Centre Sustainability")
45