Spaces:
Build error
Build error
Commit ·
dc1d752
1
Parent(s): 58e8f1a
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,6 +31,6 @@ def generate_algo(problem):
|
|
| 31 |
return response
|
| 32 |
|
| 33 |
bot = gr.Interface(fn=generate_algo, inputs="text", outputs="text", title="Ask Grodd: API Query Assistant",
|
| 34 |
-
description="Empower your LLM with Grodd's API guidance for 1,600+ integrations")
|
| 35 |
|
| 36 |
bot.launch()
|
|
|
|
| 31 |
return response
|
| 32 |
|
| 33 |
bot = gr.Interface(fn=generate_algo, inputs="text", outputs="text", title="Ask Grodd: API Query Assistant",
|
| 34 |
+
description="Empower your LLM with Grodd's API guidance for 1,600+ integrations",article="Ex: What is the code to connect to Gmail from a SQL database?")
|
| 35 |
|
| 36 |
bot.launch()
|