nos commited on
Commit
b1d7083
·
verified ·
1 Parent(s): 5cd4600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -60,15 +60,7 @@ with gr.Blocks() as demo:
60
 
61
  with gr.Tab("Chat"):
62
  gr.ChatInterface(
63
- respond,
64
- chatbot=gr.Chatbot(height=400),
65
- textbox=gr.Textbox(placeholder="Ask me anything about Kabalah", container=False, scale=7),
66
- title="Sophia, Torah Codes",
67
- description="Ask Sophia your questions",
68
- #theme="soft",
69
- retry_btn=True,
70
- undo_btn="Undo",
71
- clear_btn="Clear",
72
  )
73
  with gr.Tab("ELS"):
74
  with gr.Row():
 
60
 
61
  with gr.Tab("Chat"):
62
  gr.ChatInterface(
63
+ respond
 
 
 
 
 
 
 
 
64
  )
65
  with gr.Tab("ELS"):
66
  with gr.Row():