asistaoptum commited on
Commit
d83a8a0
1 Parent(s): 1f54098

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  import torch
4
 
5
 
6
- title = "🤖AI ChatBot"
7
  description = "Building open-domain chatbots is a challenging area for machine learning research."
8
  examples = [["How are you?"]]
9
 
 
3
  import torch
4
 
5
 
6
+ title = "🤖PRA AI ChatBot"
7
  description = "Building open-domain chatbots is a challenging area for machine learning research."
8
  examples = [["How are you?"]]
9