Skip to content

Commit

Permalink
Merge pull request #23 from HemanthSai7/main
Browse files Browse the repository at this point in the history
updated assets
  • Loading branch information
HemanthSai7 authored Sep 30, 2023
2 parents 64c74ea + d7dd4fe commit 7de1d59
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file removed assets/bg.jpg
Binary file not shown.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion frontend/pages/Code.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def instructions():
with st.sidebar:
if 'username' not in st.session_state:
with st.expander("🧑Account Details",expanded=True):
st.header("Please Login or Signup to continue")
st.warning("Please Login or Signup to continue")
else:

with st.expander("🔑 TECHDOCS-API-KEY",expanded=True):
Expand Down
2 changes: 1 addition & 1 deletion frontend/pages/Usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def usage():

with col1:

st.image("../assets/image.png",width=300,use_column_width=True)
st.image("./assets/image.png",width=300,use_column_width=True)

st.caption("Boat sailing in the sea")

Expand Down

0 comments on commit 7de1d59

Please sign in to comment.