Commit ·
51a34d1
1
Parent(s): 785be3e
Update Requirements
Browse files- requirements.txt +4 -1
- src/streamlit_app.py +0 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
altair
|
| 2 |
pandas
|
| 3 |
-
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
altair
|
| 2 |
pandas
|
| 3 |
+
streamlit
|
| 4 |
+
torch
|
| 5 |
+
pillow==10.3.0
|
| 6 |
+
numpy==1.26.4
|
src/streamlit_app.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
import matplotlib.pyplot as plt
|
| 2 |
import numpy as np
|
| 3 |
import streamlit as st
|
| 4 |
import torch
|
|
|
|
|
|
|
| 1 |
import numpy as np
|
| 2 |
import streamlit as st
|
| 3 |
import torch
|