Spaces:
Sleeping
Sleeping
github-actions
commited on
Commit
•
23b775e
1
Parent(s):
904adc9
Sync updates from source repository
Browse files
app.py
CHANGED
@@ -4,10 +4,6 @@ import os
|
|
4 |
|
5 |
import streamlit as st
|
6 |
from PIL import Image
|
7 |
-
from dotenv import load_dotenv
|
8 |
-
|
9 |
-
|
10 |
-
load_dotenv(override=False)
|
11 |
|
12 |
def isTrue(x) -> bool:
|
13 |
if isinstance(x, bool):
|
@@ -90,4 +86,3 @@ def launch_bot():
|
|
90 |
|
91 |
if __name__ == "__main__":
|
92 |
launch_bot()
|
93 |
-
|
|
|
4 |
|
5 |
import streamlit as st
|
6 |
from PIL import Image
|
|
|
|
|
|
|
|
|
7 |
|
8 |
def isTrue(x) -> bool:
|
9 |
if isinstance(x, bool):
|
|
|
86 |
|
87 |
if __name__ == "__main__":
|
88 |
launch_bot()
|
|