DrishtiSharma commited on
Commit
e79be6d
·
verified ·
1 Parent(s): bac2d2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,10 +56,10 @@ app_graph = graph.compile()
56
  # Streamlit Interface
57
  st.title("Multiplication Tool")
58
 
59
- tab1, tab2 = st.tabs(["Tool Showcase", "Ask the AI"])
60
 
61
  with tab1:
62
- st.subheader("Try Multiplication with AI")
63
  col1, col2 = st.columns(2)
64
 
65
  with col1:
 
56
  # Streamlit Interface
57
  st.title("Multiplication Tool")
58
 
59
+ tab1, tab2 = st.tabs(["Tool Showcase", "Ask General Queries"])
60
 
61
  with tab1:
62
+ st.subheader("Try Multiplication")
63
  col1, col2 = st.columns(2)
64
 
65
  with col1: