Baskar2005 commited on
Commit
e2bd532
1 Parent(s): b690f48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ class DiseaseDetectionApp:
128
 
129
  def gradio_interface(self):
130
 
131
- with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
132
  gr.HTML("""<center><h1>Pneumonia Disease Detection</h1></center>""")
133
 
134
  exam_img=self.example_images()
 
128
 
129
  def gradio_interface(self):
130
 
131
+ with gr.Blocks(theme=gr.themes.Soft()) as demo:
132
  gr.HTML("""<center><h1>Pneumonia Disease Detection</h1></center>""")
133
 
134
  exam_img=self.example_images()