ggbetz commited on
Commit
95b24d9
1 Parent(s): 37a25d2
Files changed (2) hide show
  1. README.md +1 -1
  2. app_test.py +3 -0
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🕵️‍♀️
4
  colorFrom: green
5
  colorTo: yellow
6
  sdk: streamlit
7
- app_file: app.py
8
  pinned: true
9
  ---
10
 
4
  colorFrom: green
5
  colorTo: yellow
6
  sdk: streamlit
7
+ app_file: app_test.py
8
  pinned: true
9
  ---
10
 
app_test.py ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ import streamlit as st
2
+
3
+ st.write("DeepA2 Demo is currently down, we're busy to get it running again.")