demetz commited on
Commit
fdbbf7a
·
verified ·
1 Parent(s): a071070

Update app.py

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