Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ interface = gr.Interface(
|
|
53 |
fn=query_document,
|
54 |
inputs=gr.Textbox(label="Enter your query", placeholder="Ask something about the essay..."),
|
55 |
outputs=gr.Textbox(label="Response"),
|
56 |
-
title="
|
57 |
)
|
58 |
|
59 |
if __name__ == "__main__":
|
|
|
53 |
fn=query_document,
|
54 |
inputs=gr.Textbox(label="Enter your query", placeholder="Ask something about the essay..."),
|
55 |
outputs=gr.Textbox(label="Response"),
|
56 |
+
title="HR Chat Bot"
|
57 |
)
|
58 |
|
59 |
if __name__ == "__main__":
|