Spaces:
Runtime error
Runtime error
Commit
·
cfc91bf
1
Parent(s):
c5ee7e2
Updated pages
Browse files- .vscode/settings.json +3 -0
- app.py +1 -1
.vscode/settings.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"python.formatting.provider": "black"
|
3 |
+
}
|
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
from multiapp import MultiApp
|
3 |
-
from apps import about,
|
4 |
|
5 |
|
6 |
def main():
|
|
|
1 |
import streamlit as st
|
2 |
from multiapp import MultiApp
|
3 |
+
from apps import about, inference
|
4 |
|
5 |
|
6 |
def main():
|