Skip to content

jayachandru001/Web-Apps-with-Gemini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create an Environment for Running Your Application (Recommended)

Type the Following command the terminal where you are going to create the application

python -m venv myenv

Activate Environmennt

myenv\Scripts\activate

Install the requirement Packages

pip install -r requirements.txt


To Run the Chat application

streamlit run app.py

1718438877740

1718438962499

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages