MANIKANDAN A commited on
Commit
4b752f7
·
1 Parent(s): c16160a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ def main():
162
  tabs = ["Signup", "Login", "Generate Caption"]
163
 
164
  # Select the active tab based on user input
165
- selected_tab = st.sidebar.selectbox("Navigation", tabs)
166
 
167
  # Route to the appropriate section based on the selected tab
168
  if selected_tab == "Signup":
 
162
  tabs = ["Signup", "Login", "Generate Caption"]
163
 
164
  # Select the active tab based on user input
165
+ selected_tab = st.selectbox("Navigation", tabs)
166
 
167
  # Route to the appropriate section based on the selected tab
168
  if selected_tab == "Signup":