GermanySutherland commited on
Commit
e26d4af
·
verified ·
1 Parent(s): 8267b80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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__":