jeremierostan commited on
Commit
18cab23
1 Parent(s): b82fc18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  import time
5
 
6
  # Set up password
7
- username = "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",