Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
import time
|
5 |
|
6 |
# Set up password
|
7 |
-
username =
|
8 |
password = os.getenv('password')
|
9 |
|
10 |
# Set up OpenAI client
|
@@ -53,6 +53,7 @@ custom_css = """
|
|
53 |
|
54 |
# Create the Gradio interface
|
55 |
with gr.Blocks(css=custom_css) as demo:
|
|
|
56 |
chatbot = gr.Chatbot(
|
57 |
[],
|
58 |
elem_id="chatbot",
|
|
|
4 |
import time
|
5 |
|
6 |
# Set up password
|
7 |
+
username = os.getenv('username')
|
8 |
password = os.getenv('password')
|
9 |
|
10 |
# Set up OpenAI client
|
|
|
53 |
|
54 |
# Create the Gradio interface
|
55 |
with gr.Blocks(css=custom_css) as demo:
|
56 |
+
gr.Markdown = "NewsWave Companion 🌊🐬"
|
57 |
chatbot = gr.Chatbot(
|
58 |
[],
|
59 |
elem_id="chatbot",
|