Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -217,7 +217,7 @@ def call_groq_api(user_inputs, production_data, cost_data):
|
|
| 217 |
def show_app_interface():
|
| 218 |
"""Function to display the app interface"""
|
| 219 |
# Sidebar for inputs
|
| 220 |
-
st.sidebar.image("
|
| 221 |
st.sidebar.title("H₂ Production Parameters")
|
| 222 |
|
| 223 |
# Water parameters
|
|
|
|
| 217 |
def show_app_interface():
|
| 218 |
"""Function to display the app interface"""
|
| 219 |
# Sidebar for inputs
|
| 220 |
+
st.sidebar.image("flask.svg", width=100)
|
| 221 |
st.sidebar.title("H₂ Production Parameters")
|
| 222 |
|
| 223 |
# Water parameters
|