Skip to content

Commit

Permalink
edited readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pramod1712 committed Nov 13, 2023
1 parent 0b88d5d commit 226499a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Welcome to streamlit
TripBuddy - A trip planner and management solution tailored for your needs
Built by Pramod S and Kanith Kumar from PES University, Bangalore

This is the app you get when you run `streamlit hello`, extracted as its own app.

Expand Down
2 changes: 1 addition & 1 deletion Hello.py → main/Hello.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import streamlit as st
import streamlit_authenticator as stauth
#import trip_planner_app.streamlit_authenticator as stauth
from dependancies import sign_up, fetch_users
from main.dependancies import sign_up, fetch_users


st.set_page_config(page_title='Trip Planner', page_icon='🐍', initial_sidebar_state='collapsed')
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 226499a

Please sign in to comment.