Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -108,9 +108,9 @@ def query_model(question):
|
|
108 |
|
109 |
# Define the welcome message and specific topics the chatbot can provide information about
|
110 |
welcome_message = """
|
111 |
-
# 🫧
|
112 |
|
113 |
-
## Your AI-driven assistant for all Marine Conservation-related queries. Created by Angela, Amanda, and Ivana of the 2024 Kode With Klossy CITY Camp.
|
114 |
"""
|
115 |
|
116 |
topics = """
|
@@ -138,4 +138,4 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
|
138 |
|
139 |
|
140 |
# Launch the Gradio app to allow user interaction
|
141 |
-
demo.launch(
|
|
|
108 |
|
109 |
# Define the welcome message and specific topics the chatbot can provide information about
|
110 |
welcome_message = """
|
111 |
+
# AquaGuard 🫧
|
112 |
|
113 |
+
## Your AI-driven assistant for all Marine Conservation-related queries. \n Created by Angela, Amanda, and Ivana of the 2024 Kode With Klossy CITY Camp.
|
114 |
"""
|
115 |
|
116 |
topics = """
|
|
|
138 |
|
139 |
|
140 |
# Launch the Gradio app to allow user interaction
|
141 |
+
demo.launch(share = True)
|