adowu commited on
Commit
dbb3d3c
1 Parent(s): 5a87440

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -221,5 +221,9 @@ def github_tool(
221
  return f"Błąd: {str(e)}"
222
 
223
 
 
 
 
 
224
 
225
  demo.launch()
 
221
  return f"Błąd: {str(e)}"
222
 
223
 
224
+ with gr.Textbox(label="Nazwa repozytorium") as demo:
225
+ with gr.Row():
226
+ output = gr.Textbox(label="Nazwa repozytorium")
227
+
228
 
229
  demo.launch()