Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|