Spaces:
Sleeping
Sleeping
css update
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import os
|
|
6 |
|
7 |
openai_api_key = os.getenv("OPENAI_API_KEY")
|
8 |
|
|
|
9 |
class AppSimulator:
|
10 |
def __init__(self, openai_api_key):
|
11 |
self.simulation = None
|
|
|
6 |
|
7 |
openai_api_key = os.getenv("OPENAI_API_KEY")
|
8 |
|
9 |
+
|
10 |
class AppSimulator:
|
11 |
def __init__(self, openai_api_key):
|
12 |
self.simulation = None
|