docs: update project information and branding

- Updated README.md with the latest project details.
- Updated the project logo for enhanced branding.
- Modified main.py to incorporate the updated logo in the app sidebar for improved visual representation.
This commit is contained in:
Rajtilak Bhattacharjee 2023-11-15 11:53:30 +05:30
parent 185db34b1c
commit a25a2fc25c
3 changed files with 19 additions and 12 deletions

View File

@ -1,9 +1,8 @@
<p align="center">
<img src="assets/kyms-logo.png" width="200" height="200"/>
</p>
<h1 style="text-align: center;">KeepYourMouthShut</h1>
<img src="assets/kyms-logo.png" width="150" height="150">
![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/rajtilakjee/keepyourmouthshut?style=for-the-badge) ![GitHub release (with filter)](https://img.shields.io/github/v/release/rajtilakjee/keepyourmouthshut?style=for-the-badge) ![GitHub License](https://img.shields.io/github/license/rajtilakjee/keepyourmouthshut?style=for-the-badge) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/rajtilakjee/keepyourmouthshut/1.0.0?style=for-the-badge) ![GitHub Repo stars](https://img.shields.io/github/stars/rajtilakjee/keepyourmouthshut?style=for-the-badge)
# KeepYourMouthShut
![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/rajtilakjee/keepyourmouthshut?style=for-the-badge) ![GitHub release (with filter)](https://img.shields.io/github/v/release/rajtilakjee/keepyourmouthshut?style=for-the-badge) ![GitHub License](https://img.shields.io/github/license/rajtilakjee/keepyourmouthshut?style=for-the-badge) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/rajtilakjee/keepyourmouthshut/1.0.0?style=for-the-badge)
## 🎙️ Introduction
@ -11,12 +10,19 @@
## 📑 Features
- Smart Script Creation
- Dynamic Voice Synthesis
- Continuous Enhancement
- Ad Integration and Monetization
- Comprehensive Support
- Cutting-Edge Tech Utilization
📢 Open-source (_free software, hell yeah!_)
⚡️ Smart Script Creation
🚀 Dynamic Voice Synthesis
🤖 Continuous Enhancement
🐞 Ad Integration and Monetization
🎉 Comprehensive Support
🎟️ Cutting-Edge Tech Utilization
## 📷 Setup

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -165,7 +165,7 @@ def gencast(name, desc, topics, ads):
st.set_page_config(
page_title="KeepYourMouthShut",
page_icon=":speak_no_evil:",
page_icon="assets/kyms-logo.png",
layout="centered",
initial_sidebar_state="expanded",
menu_items={
@ -176,6 +176,7 @@ st.set_page_config(
)
st.title("KeepYourMouthShut")
st.sidebar.image("assets/kyms-logo.png")
with st.sidebar:
openai_api_key = st.text_input("OpenAI API Key", type="password")