Update app.py
Browse files
app.py
CHANGED
@@ -768,6 +768,7 @@ def ask_question_gradio(question: str):
|
|
768 |
except Exception as e:
|
769 |
return f"❌ Error: {str(e)}"
|
770 |
|
|
|
771 |
demo = gr.Interface(
|
772 |
fn=ask_question_gradio,
|
773 |
inputs=gr.Textbox(label="Ask a question about the PDF"),
|
|
|
768 |
except Exception as e:
|
769 |
return f"❌ Error: {str(e)}"
|
770 |
|
771 |
+
|
772 |
demo = gr.Interface(
|
773 |
fn=ask_question_gradio,
|
774 |
inputs=gr.Textbox(label="Ask a question about the PDF"),
|