Unclejunkie commited on
Commit
4ff611e
·
verified ·
1 Parent(s): fb1baf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ def gradio_ui():
220
  interactive=True,
221
  )
222
  with gr.Row():
223
- llm_progress = gr.Textbox(value="None", label="Создание QA-цепочки")
224
  with gr.Row():
225
  qachain_btn = gr.Button("Создать QA-цепочку")
226
 
 
220
  interactive=True,
221
  )
222
  with gr.Row():
223
+ llm_progress = gr.Textbox(value="Ничего", label="Создание QA-цепочки")
224
  with gr.Row():
225
  qachain_btn = gr.Button("Создать QA-цепочку")
226