vjain commited on
Commit
78c83b7
·
1 Parent(s): 184c44b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,8 +39,8 @@ def reply(input):
39
  )["choices"][0]["text"].strip(" \n")
40
 
41
 
42
- input_text = gr.inputs.Textbox(label="Enter your text here")
43
- text_output = gr.outputs.Textbox(label="Most similar text")
44
 
45
  ui = gr.Interface(fn=reply,
46
  inputs=input_text,
 
39
  )["choices"][0]["text"].strip(" \n")
40
 
41
 
42
+ input_text = gr.inputs.Textbox(label="Enter your Trading questions here")
43
+ text_output = gr.outputs.Textbox(label="Answer")
44
 
45
  ui = gr.Interface(fn=reply,
46
  inputs=input_text,