Update app.py
Browse files
app.py
CHANGED
@@ -221,6 +221,6 @@ def github_tool(
|
|
221 |
return f"Błąd: {str(e)}"
|
222 |
|
223 |
|
224 |
-
demo = gr.Interface(
|
225 |
|
226 |
demo.launch()
|
|
|
221 |
return f"Błąd: {str(e)}"
|
222 |
|
223 |
|
224 |
+
demo = gr.Interface(inputs=gr.Textbox(label="Nazwa repozytorium"), outputs="text")
|
225 |
|
226 |
demo.launch()
|