argmin commited on
Commit
41ae41a
·
1 Parent(s): 510a9b0
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +0 -4
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: green
5
  colorTo: purple
6
  sdk: streamlit
7
  sdk_version: 1.40.2
8
- app_file: app.py
9
  pinned: false
10
  license: mit
11
  short_description: Zero-Shot Classifier
 
5
  colorTo: purple
6
  sdk: streamlit
7
  sdk_version: 1.40.2
8
+ app_file: app/main.py
9
  pinned: false
10
  license: mit
11
  short_description: Zero-Shot Classifier
app.py DELETED
@@ -1,4 +0,0 @@
1
- import streamlit as st
2
-
3
- x = st.slider('Select a value')
4
- st.write(x, 'squared is', x * x)