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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,8 +105,8 @@ with gr.Blocks(theme=theme) as chatbot:
105
 
106
  with gr.Column(scale=2):
107
  gr.ChatInterface(
108
- 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!")])
109
  fn=respond,
 
110
  additional_inputs=[character_name, character_class, character_race, character_alignment], # Pass name into function!
111
  type="messages",
112
  examples=None
 
105
 
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