File size: 432 Bytes
02ec225
 
 
 
 
 
31c7068
02ec225
 
 
 
 
 
 
 
 
 
 
 
 
deafae4
40eb877
 
02ec225
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
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


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