alexkueck commited on
Commit
0e66cac
1 Parent(s): d97afa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -868,7 +868,7 @@ with gr.Blocks(css=custom_css(), theme=themeAlex) as demo:
868
  ######################################
869
  # Für Tab 3: Codebot
870
  #Argumente für generate Funktion als Input
871
- predict_args = dict(
872
  fn=generate_code,
873
  inputs=[
874
  user_question3,
 
868
  ######################################
869
  # Für Tab 3: Codebot
870
  #Argumente für generate Funktion als Input
871
+ predict_args3 = dict(
872
  fn=generate_code,
873
  inputs=[
874
  user_question3,