lyimo commited on
Commit
be2dfa1
1 Parent(s): bb2a909

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,8 +64,8 @@ def gradio_app(user_question):
64
  # Launch the Gradio app
65
  iface = gr.Interface(
66
  fn=gradio_app,
67
- inputs=gr.inputs.Textbox(label="Enter your question"),
68
- outputs=gr.outputs.Textbox(label="Answer"),
69
  title="Blood Donation Q&A",
70
  description="Ask questions related to blood donation and get answers.",
71
  )
 
64
  # Launch the Gradio app
65
  iface = gr.Interface(
66
  fn=gradio_app,
67
+ inputs=gr.Textbox(label="Enter your question"),
68
+ outputs=gr.Textbox(label="Answer"),
69
  title="Blood Donation Q&A",
70
  description="Ask questions related to blood donation and get answers.",
71
  )