nos commited on
Commit
1986f4a
1 Parent(s): e02bfad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -60,7 +60,13 @@ with gr.Blocks() as demo:
60
 
61
  with gr.Tab("Chat"):
62
  gr.ChatInterface(
63
- respond
 
 
 
 
 
 
64
  )
65
  with gr.Tab("ELS"):
66
  with gr.Row():
 
60
 
61
  with gr.Tab("Chat"):
62
  gr.ChatInterface(
63
+ respond,
64
+ title="Sophia, Torah Codes Kabalah Assistant",
65
+ description="I'm Sophia, ask me for the Kabalah",
66
+ theme="soft",
67
+ retry_btn=None,
68
+ undo_btn="Delete Previous",
69
+ clear_btn="Clear",
70
  )
71
  with gr.Tab("ELS"):
72
  with gr.Row():