Commit
·
fdd5f95
1
Parent(s):
b68f935
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import streamlit as st
|
|
6 |
import json
|
7 |
import time
|
8 |
import logging
|
|
|
9 |
from requests_html import HTMLSession
|
10 |
|
11 |
from selenium import webdriver
|
|
|
6 |
import json
|
7 |
import time
|
8 |
import logging
|
9 |
+
import random
|
10 |
from requests_html import HTMLSession
|
11 |
|
12 |
from selenium import webdriver
|