Spaces:
Runtime error

NoLev commited on
Commit
e9803af
1 Parent(s): 91868cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -32,7 +32,9 @@ def chatbot(input_text):
32
  iface = gr.Interface(fn=chatbot,
33
  inputs=gr.components.Textbox(lines=7, label="Enter your text"),
34
  outputs="text",
 
35
  title="NoLev Astra Diagnosis Assistant")
36
 
 
37
  index = construct_index("docs")
38
  iface.launch(inline=True)
 
32
  iface = gr.Interface(fn=chatbot,
33
  inputs=gr.components.Textbox(lines=7, label="Enter your text"),
34
  outputs="text",
35
+ show_api=False,
36
  title="NoLev Astra Diagnosis Assistant")
37
 
38
+
39
  index = construct_index("docs")
40
  iface.launch(inline=True)