Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import sympy as sp
|
| 3 |
-
from solver import solve_equation,
|
| 4 |
from plotter import plot_function
|
| 5 |
from utils import load_css, initialize_session_state
|
| 6 |
from auth import (
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import sympy as sp
|
| 3 |
+
from solver import solve_equation, laplace_transform_expression,integrate_expression
|
| 4 |
from plotter import plot_function
|
| 5 |
from utils import load_css, initialize_session_state
|
| 6 |
from auth import (
|