AR14020 commited on
Commit
a213c8b
·
verified ·
1 Parent(s): 758ca14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- st.set_page_config(layout="wide", page_title="Integration by Parts Solver")
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")