adriiita commited on
Commit
d0e1b60
·
verified ·
1 Parent(s): d51c28f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -74,8 +74,7 @@ def chat_with_groq(user_input, additional_context=None):
74
  demo = gr.ChatInterface(fn=chat_with_groq,
75
  textbox=gr.Textbox(placeholder="Ask me any question"),
76
  title="Hey NOPE", theme="Monochrome",
77
- description="Welcome to the world of NOPE",
78
- examples=["Need some content Idea", "Generate some Thumbnail Text"],
79
  retry_btn=None,
80
  undo_btn="Delete Previous",
81
  clear_btn="Clear",)
 
74
  demo = gr.ChatInterface(fn=chat_with_groq,
75
  textbox=gr.Textbox(placeholder="Ask me any question"),
76
  title="Hey NOPE", theme="Monochrome",
77
+ description="Welcome to the world of NOPE",
 
78
  retry_btn=None,
79
  undo_btn="Delete Previous",
80
  clear_btn="Clear",)