Skip to content

Commit

Permalink
rename to audiora everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
nwaughachukwuma committed Oct 30, 2024
1 parent 152e618 commit bcdad53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async def main():
init_session_state()

# Configure page
# st.set_page_config(page_title="AudioCastr", page_icon="🎧", layout="wide")
st.set_page_config(page_title="Audiora", page_icon="🎧", layout="wide")

# Sidebar for content type selection
st.sidebar.title("Audiocast Info")
Expand All @@ -22,7 +22,8 @@ async def main():
)

# Main chat interface
st.title("🎧 AudioCastr")
st.title("🎧 Audiora")
st.subheader("Learn anything, anytime, through the power of AI-generated audio.")

# Declare chat interface container
uichat = st.empty()
Expand Down

0 comments on commit bcdad53

Please sign in to comment.