yvann-ba / Robby-chatbot

AI chatbot 🤖 for chat with CSV, PDF, TXT files 📄 and YTB videos 🎥 | using Langchain🦜 | OpenAI | Streamlit ⚡
MIT License
766 stars 287 forks source link

hi fro where I can get frontend change specially avatar change?? #64

Open sabbashakeel opened 9 months ago

sabbashakeel commented 9 months ago

hi i want to ask about htm and front end changes in this code spciallay avatars? Through which folder I will get desire changes

BobbyAxelrods commented 9 months ago

Problem

  1. Adjusting the front end stuff such as color, font , avatars. so on so forth

Solution

  1. Under .streamlit/config.toml folder, you can adjust the theme for overall pages.
  2. This is a framework by streamlit. , so in home folder adjust the st.set_page_config(layout="wide ,,,,) image

Hopes this clarify.