Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
43 |
-
text_output = gr.outputs.Textbox(label="
|
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,
|