Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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,
|