Caerii commited on
Commit
582fe07
·
1 Parent(s): 4996c38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,10 +44,10 @@ chat_interface = gr.Interface(
44
  gr.State() # State input to hold the history
45
  ],
46
  outputs=[
47
- gr.Textbox(label="OpenAI Response"), # Textbox for the chatbot's response
48
  gr.State() # State output to pass the history back to the function
49
  ],
50
- title="OpenAI Chatbot",
51
  description="Talk to a bot powered by OpenAI GPT-3.",
52
  theme=theme # Apply the custom theme here
53
  )
 
44
  gr.State() # State input to hold the history
45
  ],
46
  outputs=[
47
+ gr.Textbox(label="Response"), # Textbox for the chatbot's response
48
  gr.State() # State output to pass the history back to the function
49
  ],
50
+ title="Foundation Coin Assistant",
51
  description="Talk to a bot powered by OpenAI GPT-3.",
52
  theme=theme # Apply the custom theme here
53
  )