svummidi commited on
Commit
abcc06d
1 Parent(s): 068f024

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ iface = gr.Interface(fn=chatbot,
70
  gr.Dropdown(dataFiles,
71
  type="value", value="Mattel_06_23_Open_Gen", label="Select Pulse Data"),
72
  gr.Textbox(lines=7, label="Ask any question", placeholder='What is the summary?')],
73
- outputs=gr.Textbox(lines=11, label="Response"),
74
  title="NLP Demo for Chat Interface")
75
  if 'LOGIN_PASS' in os.environ:
76
  iface.launch(auth=('axiamatic', os.environ['LOGIN_PASS']),
 
70
  gr.Dropdown(dataFiles,
71
  type="value", value="Mattel_06_23_Open_Gen", label="Select Pulse Data"),
72
  gr.Textbox(lines=7, label="Ask any question", placeholder='What is the summary?')],
73
+ outputs=gr.Textbox(lines=13, label="Response"),
74
  title="NLP Demo for Chat Interface")
75
  if 'LOGIN_PASS' in os.environ:
76
  iface.launch(auth=('axiamatic', os.environ['LOGIN_PASS']),