Spaces:
Build error
Build error
Update app.py
Browse files
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=
|
| 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."
|