demetz commited on
Commit
1163d09
·
verified ·
1 Parent(s): 6a2d6c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,5 +114,5 @@ with gr.Blocks(theme=theme) as chatbot:
114
  type="messages",
115
  additional_inputs=[character_name, character_class, character_race, character_alignment]) # Pass name into function!
116
 
117
- chat.chatbot.value = [["", "Hi! I'm Gorf, your helpful frog druid 🐸. Let's make you the perfect new party member!"]]
118
  chatbot.launch()
 
114
  type="messages",
115
  additional_inputs=[character_name, character_class, character_race, character_alignment]) # Pass name into function!
116
 
117
+ chat.chatbot.value = [["", "Hi! I'm Gorf, your helpful frog druid 🐸. Let's make you the perfect new party member!"]]
118
  chatbot.launch()