Liphos commited on
Commit
bdce920
·
verified ·
1 Parent(s): 72a364e

removed print

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +0 -2
Gradio_UI.py CHANGED
@@ -78,8 +78,6 @@ def pull_messages_from_step(
78
  content = content.strip()
79
  if not content.startswith("```python"):
80
  content = f"```python\n{content}\n```"
81
- print("TEST")
82
- print(first_tool_call.name,parent_id, content, step_log)
83
 
84
  parent_message_tool = gr.ChatMessage(
85
  role="assistant",
 
78
  content = content.strip()
79
  if not content.startswith("```python"):
80
  content = f"```python\n{content}\n```"
 
 
81
 
82
  parent_message_tool = gr.ChatMessage(
83
  role="assistant",