cogcorp commited on
Commit
f360de6
·
1 Parent(s): 2febc6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def call_openai_api(user_prompt):
54
  iface = gr.Interface(fn=call_openai_api,
55
  inputs=gr.inputs.Textbox(label="User Prompt For Cognitive Agent"),
56
  outputs=gr.outputs.Textbox(label="Cognitive Agent Response"),
57
- title="HumanCentric Labs")
58
  iface.launch()
59
 
60
 
 
54
  iface = gr.Interface(fn=call_openai_api,
55
  inputs=gr.inputs.Textbox(label="User Prompt For Cognitive Agent"),
56
  outputs=gr.outputs.Textbox(label="Cognitive Agent Response"),
57
+ title="")
58
  iface.launch()
59
 
60