edesaras commited on
Commit
1d5b269
1 Parent(s): b9e956e

untrack Hello.py

Browse files
Files changed (1) hide show
  1. Hello.py +0 -15
Hello.py DELETED
@@ -1,15 +0,0 @@
1
- import streamlit as st
2
-
3
- if __name__ == "__main__":
4
- # set page configurations and display/annotation options
5
- st.set_page_config(
6
- page_title="Circuit Sketch Recognizer",
7
- layout="wide"
8
- )
9
-
10
- st.title("Circuit Sketch Recognition")
11
- col1, col2 = st.columns(2)
12
- with col1:
13
- st.image('example1.jpg', use_column_width=True, caption='Example 1')
14
- with col2:
15
- st.image('example2.jpg', use_column_width=True, caption='Example 2')