Spaces:
Build error
Build error
File size: 157 Bytes
42fa84c |
1 2 3 4 5 6 |
from research_assistant_app.components.data_querying import user_query
ans = user_query("generate a summary based on the information you have")
print(ans)
|