AhsanRazi commited on
Commit
bffdddb
·
verified ·
1 Parent(s): 9a1327c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -1,5 +1,10 @@
1
  # === Home.py (Main file) ===
2
 
 
 
 
 
 
3
  import streamlit as st
4
 
5
  st.set_page_config(
 
1
  # === Home.py (Main file) ===
2
 
3
+ import subprocess
4
+
5
+ # Install Playwright browsers if not already installed
6
+ subprocess.run(["playwright", "install", "chromium"], check=True)
7
+
8
  import streamlit as st
9
 
10
  st.set_page_config(