rehanafzal commited on
Commit
f82b7f3
·
verified ·
1 Parent(s): b6427c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -495,6 +495,13 @@ if weather:
495
  st.sidebar.write(f"Temperature: {weather['temperature']} °C")
496
  st.sidebar.write(f"Wind Speed: {weather['wind_speed']} m/s")
497
  st.sidebar.write(f"Weather: {weather['weather']}")
 
 
 
 
 
 
 
498
 
499
  # Tabs
500
  tab_home, tab_storage, tab_trading = st.tabs(["Home", "Power Storage", "Electricity Trade Management"])
 
495
  st.sidebar.write(f"Temperature: {weather['temperature']} °C")
496
  st.sidebar.write(f"Wind Speed: {weather['wind_speed']} m/s")
497
  st.sidebar.write(f"Weather: {weather['weather']}")
498
+ user input
499
+ Voltage (KV) ()
500
+ Frequency (Hz) for stability monitoring.
501
+ Power Flow (MW)
502
+ Renewable Generation category user will select (solar, wind, hydro outputs).
503
+ Battery Storage Capacity check its unit (State of Charge).
504
+
505
 
506
  # Tabs
507
  tab_home, tab_storage, tab_trading = st.tabs(["Home", "Power Storage", "Electricity Trade Management"])