CryptoScoutv1 commited on
Commit
fd8ce50
·
verified ·
1 Parent(s): eb26a43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def gradio_interface(query):
84
  # Create a Gradio interface with an input textbox and output text
85
  interface = gr.Interface(
86
  fn=gradio_interface,
87
- inputs=gr.Textbox(lines=2, placeholder="Enter your query here..."),
88
  outputs="text",
89
  title="Crew AI Cryptocurrency Researcher",
90
  description="Enter a query to research cryptocurrencies using Crew AI."
 
84
  # Create a Gradio interface with an input textbox and output text
85
  interface = gr.Interface(
86
  fn=gradio_interface,
87
+ inputs="text",
88
  outputs="text",
89
  title="Crew AI Cryptocurrency Researcher",
90
  description="Enter a query to research cryptocurrencies using Crew AI."