Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ demo = gr.Interface(
|
|
| 31 |
inputs=gr.Textbox(lines=3, placeholder="Type your text here..."),
|
| 32 |
outputs="text",
|
| 33 |
title="🤖 Mini Agentic LLM App",
|
| 34 |
-
description="Smallest free demo of an Agentic AI using NLP + LLM on Hugging Face & Gradio."
|
| 35 |
)
|
| 36 |
|
| 37 |
if __name__ == "__main__":
|
|
|
|
| 31 |
inputs=gr.Textbox(lines=3, placeholder="Type your text here..."),
|
| 32 |
outputs="text",
|
| 33 |
title="🤖 Mini Agentic LLM App",
|
| 34 |
+
description="Smallest free demo of an Agentic AI using NLP + LLM on Hugging Face & Gradio. Input few lines or paragraph with question and Click Submit"
|
| 35 |
)
|
| 36 |
|
| 37 |
if __name__ == "__main__":
|