samH98 commited on
Commit
701f828
·
1 Parent(s): a9c4513

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ iface = gr.Interface(
43
  "How to Use:\n"
44
  "1. Upload a CT scan image of a patient's lungs.\n"
45
  "2. The app will display the predicted type of lung cancer.",
46
- theme=gr.themes.Glass()
47
  )
48
 
49
  if __name__ == '__main__':
 
43
  "How to Use:\n"
44
  "1. Upload a CT scan image of a patient's lungs.\n"
45
  "2. The app will display the predicted type of lung cancer.",
46
+ theme=gr.themes.Soft()
47
  )
48
 
49
  if __name__ == '__main__':