bstraehle commited on
Commit
2ecfbb8
·
verified ·
1 Parent(s): 960f7ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ gr.ChatInterface(
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",
79
  retry_btn=None,
80
  undo_btn=None,
81
  examples=[
 
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",
79
  retry_btn=None,
80
  undo_btn=None,
81
  examples=[