manoj555 commited on
Commit
1b3da0a
·
verified ·
1 Parent(s): f5db112

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -49,7 +49,6 @@ def get_text_response(user_message, history):
49
  # Gradio Chat Interface
50
  demo = gr.ChatInterface(
51
  fn=get_text_response,
52
- title="🧠 Nemotron 70B Assistant",
53
  theme="soft",
54
  textbox=gr.Textbox(placeholder="Ask me anything...", container=False),
55
  examples=["How are you doing?", "What are your interests?", "Which places do you like to visit?"]
 
49
  # Gradio Chat Interface
50
  demo = gr.ChatInterface(
51
  fn=get_text_response,
 
52
  theme="soft",
53
  textbox=gr.Textbox(placeholder="Ask me anything...", container=False),
54
  examples=["How are you doing?", "What are your interests?", "Which places do you like to visit?"]