demetz commited on
Commit
19a647e
·
verified ·
1 Parent(s): dc78620

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks(theme=theme) as chatbot:
106
  with gr.Column(scale=2):
107
  gr.ChatInterface(
108
  fn=respond,
109
- chatbot=gr.Chatbot(value=[("assistant", "Hi, I'm Gorf! Fill me in on what's going on in your campaign, such as your situation, your goals, and about your current party members. I will help recruit someone who I think will be a perfect addition!")])
110
  additional_inputs=[character_name, character_class, character_race, character_alignment], # Pass name into function!
111
  type="messages",
112
  examples=None
 
106
  with gr.Column(scale=2):
107
  gr.ChatInterface(
108
  fn=respond,
109
+ chatbot=gr.Chatbot(value=[("assistant", "Hi, I'm Gorf! Fill me in on what's going on in your campaign, such as your situation, your goals, and about your current party members. I will help recruit someone who I think will be a perfect addition!")]),
110
  additional_inputs=[character_name, character_class, character_race, character_alignment], # Pass name into function!
111
  type="messages",
112
  examples=None