c1tr0n75 commited on
Commit
fdc4983
·
verified ·
1 Parent(s): 1149d72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from Gradio_UI import GradioUI
9
 
10
  @tool
11
  def interweave_strings(string1: str, string2: str) -> str:
12
- """
13
  Interweaves two strings character-by-character.
14
 
15
  Args:
 
9
 
10
  @tool
11
  def interweave_strings(string1: str, string2: str) -> str:
12
+ """
13
  Interweaves two strings character-by-character.
14
 
15
  Args: