Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from sympy import (
|
3 |
symbols, integrate, diff, exp, log, ln, sin, cos, tan, sec, csc, cot, latex, SympifyError, sympify
|
4 |
)
|
5 |
-
|
6 |
# Define the Streamlit app
|
7 |
def main():
|
8 |
st.set_page_config(layout="wide", page_title="Integration by Parts Solver")
|
|
|
2 |
from sympy import (
|
3 |
symbols, integrate, diff, exp, log, ln, sin, cos, tan, sec, csc, cot, latex, SympifyError, sympify
|
4 |
)
|
5 |
+
|
6 |
# Define the Streamlit app
|
7 |
def main():
|
8 |
st.set_page_config(layout="wide", page_title="Integration by Parts Solver")
|