Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,4 +67,4 @@ elif operation == "Trigonometric":
|
|
| 67 |
|
| 68 |
# Logarithmic Operations
|
| 69 |
elif operation == "Logarithmic":
|
| 70 |
-
log_op = st.selectbox("Choose logarithmic operation",
|
|
|
|
| 67 |
|
| 68 |
# Logarithmic Operations
|
| 69 |
elif operation == "Logarithmic":
|
| 70 |
+
log_op = st.selectbox("Choose logarithmic operation",
|