Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,5 +40,6 @@ os.environ["OPENAI_API_KEY"] = "sk-VijV9u62x9QhGT3YWY7AT3BlbkFJEAHreHB8285N9Bnlf
|
|
40 |
|
41 |
train_with_data("data")
|
42 |
|
|
|
43 |
iface = gr.Interface(fn=ask_ai, inputs="text", outputs="text" ,title="Jim's Chatbot")
|
44 |
iface.launch()
|
|
|
40 |
|
41 |
train_with_data("data")
|
42 |
|
43 |
+
inputs=gr.inputs.Textbox(label="Input your question here"),
|
44 |
iface = gr.Interface(fn=ask_ai, inputs="text", outputs="text" ,title="Jim's Chatbot")
|
45 |
iface.launch()
|