citizendeeplearner commited on
Commit
a83992e
·
1 Parent(s): 4eee1b4

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -1,4 +1,9 @@
 
 
 
1
 
 
 
2
 
3
  import streamlit as st
4
  from selenium import webdriver
 
1
+ # -*- coding: utf-8 -*-
2
+ """
3
+ Created on Thu Sep 8 20:02:01 2022
4
 
5
+ @author: User
6
+ """
7
 
8
  import streamlit as st
9
  from selenium import webdriver