abidlabs HF staff commited on
Commit
e13ce10
1 Parent(s): 9d4a6b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,4 +64,4 @@ age = gr.inputs.Slider(minimum=0, maximum=120, default=22, label="Age")
64
  fare = gr.inputs.Slider(minimum=0, maximum=200, default=100, label="Fare (british pounds)")
65
 
66
  gr.Interface(predict_survival, [sex, age, fare], "label", live=True, thumbnail="https://raw.githubusercontent.com/gradio-app/hub-titanic/master/thumbnail.png", analytics_enabled=False,
67
- title="Surviving the Titanic", description="What is the probability that a passenger on the Titanic would survive the famous wreck? It depends on their demographics as this live interface demonstrates.").launch();
 
64
  fare = gr.inputs.Slider(minimum=0, maximum=200, default=100, label="Fare (british pounds)")
65
 
66
  gr.Interface(predict_survival, [sex, age, fare], "label", live=True, thumbnail="https://raw.githubusercontent.com/gradio-app/hub-titanic/master/thumbnail.png", analytics_enabled=False,
67
+ theme="soft", title="Surviving the Titanic", description="What is the probability that a passenger on the Titanic would survive the famous wreck? It depends on their demographics as this live interface demonstrates.").launch();