Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def chat(message, history, openai_api_key):
|
|
72 |
gr.ChatInterface(
|
73 |
fn=chat,
|
74 |
chatbot=gr.Chatbot(height=250),
|
75 |
-
textbox=gr.Textbox(placeholder="Ask anything", container=False, scale=7),
|
76 |
title="Python Coding Assistant",
|
77 |
description=os.environ.get("DESCRIPTION"),
|
78 |
clear_btn="Clear",
|
|
|
72 |
gr.ChatInterface(
|
73 |
fn=chat,
|
74 |
chatbot=gr.Chatbot(height=250),
|
75 |
+
textbox=gr.Textbox(placeholder="Ask anything", value="First, execute with tools: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\". Second, show the code.", container=False, scale=7),
|
76 |
title="Python Coding Assistant",
|
77 |
description=os.environ.get("DESCRIPTION"),
|
78 |
clear_btn="Clear",
|