SorfarajAli commited on
Commit
3b75bbe
·
verified ·
1 Parent(s): a39b64f

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -0
src/streamlit_app.py CHANGED
@@ -5,5 +5,7 @@ import streamlit as st
5
 
6
 
7
  st.title("Logical reasoning")
 
 
8
 
9
 
 
5
 
6
 
7
  st.title("Logical reasoning")
8
+ st.sidebar.title("Options")
9
+
10
 
11