Spaces:
Runtime error
Runtime error
itsmariamaraki
commited on
Commit
•
6e7579d
1
Parent(s):
41bc0af
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ def qa_retrieval(question):
|
|
124 |
answer = email_data_retrieval.run(question)
|
125 |
return answer
|
126 |
|
127 |
-
iface =
|
128 |
fn=qa_retrieval,
|
129 |
inputs=gr.Textbox(label="Write your question regarding the Enron Case here:"),
|
130 |
outputs=gr.Textbox(label="Answer of the question:"),
|
|
|
124 |
answer = email_data_retrieval.run(question)
|
125 |
return answer
|
126 |
|
127 |
+
iface = gr.Interface(
|
128 |
fn=qa_retrieval,
|
129 |
inputs=gr.Textbox(label="Write your question regarding the Enron Case here:"),
|
130 |
outputs=gr.Textbox(label="Answer of the question:"),
|