AhmedEwis commited on
Commit
7106b29
1 Parent(s): cb16f87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -635,4 +635,4 @@ outputs = gr.outputs.Textbox(label="Answer:")
635
  def run_app(input):
636
  return run_chain(input)
637
 
638
- gr.Interface(fn=run_app, inputs=inputs, outputs=outputs, title="The following is a conversation with a human called Shegardi. Shegardi is helpful, precise, truthful, and very friendly. Also, Shegardi is an employee of Warba Bank, located in Kuwait. Shegardi will only use the information provided to him.").launch(share=True)
 
635
  def run_app(input):
636
  return run_chain(input)
637
 
638
+ gr.Interface(fn=run_app, inputs=inputs, outputs=outputs, title="The following is a conversation with a human called Shegardi. Shegardi is helpful, precise, truthful, and very friendly. Also, Shegardi is an employee of Warba Bank, located in Kuwait. Shegardi will only use the information provided to him.").launch()