Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,11 @@ path_to_la_image = "output/la.png"
|
|
16 |
|
17 |
openai.api_key = os.environ["OPENAI_API_KEY"]
|
18 |
|
|
|
|
|
|
|
|
|
|
|
19 |
system_message = "You are an astronomy chatbot named Starfinder specialized in providing information on stargazing, astronomical events, and outer space."
|
20 |
# Initial system message to set the behavior of the assistant
|
21 |
messages = [{"role": "system", "content": system_message}]
|
|
|
16 |
|
17 |
openai.api_key = os.environ["OPENAI_API_KEY"]
|
18 |
|
19 |
+
#DELETEDELETE SARAH IMAGE
|
20 |
+
def display_title():
|
21 |
+
return "https://huggingface.co/spaces/klossygal/KlossyGal/resolve/main/Screenshot%202024-07-31%20at%202.35.00%E2%80%AFPM.png"
|
22 |
+
gr.Image(display_title(), show_label = False, show_share_button = False, show_download_button = False)
|
23 |
+
|
24 |
system_message = "You are an astronomy chatbot named Starfinder specialized in providing information on stargazing, astronomical events, and outer space."
|
25 |
# Initial system message to set the behavior of the assistant
|
26 |
messages = [{"role": "system", "content": system_message}]
|