Update app.py
Browse files
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?"]
|