prateekagrawal commited on
Commit
cfc91bf
1 Parent(s): c5ee7e2

Updated pages

Browse files
Files changed (2) hide show
  1. .vscode/settings.json +3 -0
  2. 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, credits, inference
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():