Ishanpardeshi commited on
Commit
416cc10
1 Parent(s): a21b4a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -224,7 +224,8 @@ interface = gr.Interface(
224
  examples=[
225
  ["LabManual_cnn.pdf", "How to setup wired LAN", "A short summary"],
226
  ["house_prices.csv", "What is the average price of houses in Thane","None"]
227
- ]
 
228
  )
229
 
230
  # Launch the Gradio interface
 
224
  examples=[
225
  ["LabManual_cnn.pdf", "How to setup wired LAN", "A short summary"],
226
  ["house_prices.csv", "What is the average price of houses in Thane","None"]
227
+ ],
228
+ theme=gr.themes.Soft()
229
  )
230
 
231
  # Launch the Gradio interface