dindizz commited on
Commit
1f9b1c1
·
verified ·
1 Parent(s): b4a5c05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,7 +40,7 @@ lat_lon_inputs = [
40
  iface = gr.Interface(fn=get_multiple_power_breakdowns,
41
  inputs=lat_lon_inputs,
42
  outputs="text",
43
- title="Electricity Map Power Breakdown History",
44
- description="Enter up to 5 pairs of latitude and longitude to get the power breakdown history.")
45
 
46
  iface.launch()
 
40
  iface = gr.Interface(fn=get_multiple_power_breakdowns,
41
  inputs=lat_lon_inputs,
42
  outputs="text",
43
+ title="Electricity Map Power Source Breakdown",
44
+ description="Enter up to 5 pairs of latitude and longitude to get the breakdown history of Power Source (Renewable,Nuclear,Fossil Fuel etc).")
45
 
46
  iface.launch()