Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ chat_input = st.chat_input(
|
|
| 30 |
# st.launch(function_name="app")
|
| 31 |
#########
|
| 32 |
###############################
|
| 33 |
-
os.environ["DISPLAY"] = ":99.0"
|
| 34 |
|
| 35 |
import streamlit as st
|
| 36 |
import pyautogui
|
|
|
|
| 30 |
# st.launch(function_name="app")
|
| 31 |
#########
|
| 32 |
###############################
|
| 33 |
+
#os.environ["DISPLAY"] = ":99.0"
|
| 34 |
|
| 35 |
import streamlit as st
|
| 36 |
import pyautogui
|