Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ with gr.Blocks(title="Nauczyciel Prompt贸w", theme=gr.themes.Soft()) as gradio_a
|
|
226 |
label="Nauczyciel Prompt贸w",
|
227 |
show_copy_button=True,
|
228 |
value=[[inital_usr_text, initial_bot_text]],
|
229 |
-
avatar_images=("thinking.svg", "robot.svg"),
|
230 |
)
|
231 |
prompt = gr.Textbox(
|
232 |
label="Prompt",
|
@@ -315,4 +315,4 @@ with gr.Blocks(title="Nauczyciel Prompt贸w", theme=gr.themes.Soft()) as gradio_a
|
|
315 |
)
|
316 |
|
317 |
if __name__ == "__main__":
|
318 |
-
gradio_app.queue(default_concurrency_limit=10).launch(favicon_path="robot.svg")
|
|
|
226 |
label="Nauczyciel Prompt贸w",
|
227 |
show_copy_button=True,
|
228 |
value=[[inital_usr_text, initial_bot_text]],
|
229 |
+
avatar_images=("thinking.svg", "robot.svg"), # Ustawienie avatar贸w
|
230 |
)
|
231 |
prompt = gr.Textbox(
|
232 |
label="Prompt",
|
|
|
315 |
)
|
316 |
|
317 |
if __name__ == "__main__":
|
318 |
+
gradio_app.queue(default_concurrency_limit=10).launch(favicon_path="robot.svg")
|