Spaces:
Build error
Build error
Update app.py
Browse files
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
|
44 |
-
description="Enter up to 5 pairs of latitude and longitude to get the
|
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()
|