File size: 515 Bytes
c2ba4d5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Varco Arena web app
```bash
cd ./streamlit_app_local/
bash run.sh
```

## view: Running
![run_page](streamlit_app_local/page_run.png)

## view: Results
![result_page1](./page_result_1.png)
![result_page2](./page_result_2.png)
![result_page3](./page_result_3.png)
![result_page4](./page_result_4.png)

## how to use
1. upload llm outputs in jsonlines format
2. cost estimation
3. run
4. go to see results tab

## example run results at...
- `streamlit_app_local/user_submit/`
- visible on web if you `bash run.sh`