AskIDF / README.md
sjsanchez's picture
Update README.md
40eb877
|
raw
history blame
432 Bytes
metadata
title: TestChat
emoji: 💻
colorFrom: yellow
colorTo: green
sdk: streamlit
sdk_version: 1.24.0
app_file: app.py
pinned: false

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Installation

https://docs.streamlit.io/library/get-started/installation

$ python -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ streamlit run app.py