dsouzaJithesh commited on
Commit
775a08c
·
verified ·
1 Parent(s): 485a94f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def rag_system(query,history):
15
  iface = gr.ChatInterface(
16
  rag_system,
17
  type="messages",
18
- chatbot=gr.Chatbot(placeholder="Let's understand AI Alignment"),
19
  title="AI Alignment ChatBot",
20
  textbox=gr.Textbox(placeholder="Ask Anything", container=True, scale=10),
21
  theme="Origin",
 
15
  iface = gr.ChatInterface(
16
  rag_system,
17
  type="messages",
18
+ chatbot=gr.Chatbot(height=600,placeholder="Let's understand AI Alignment"),
19
  title="AI Alignment ChatBot",
20
  textbox=gr.Textbox(placeholder="Ask Anything", container=True, scale=10),
21
  theme="Origin",