fruitpicker01 commited on
Commit
fe66cc3
·
verified ·
1 Parent(s): b32ab2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ import gradio as gr
3
  # HTML для прогресс-бара
4
  progress_bar_html = """
5
  <div style="width: 100%; background-color: #e0e0e0; border-radius: 10px; overflow: hidden;">
6
- <div style="width: 7%; background-color: #4caf50; height: 20px; text-align: center; color: white;">
7
- 7%
8
  </div>
9
  </div>
10
  """
 
3
  # HTML для прогресс-бара
4
  progress_bar_html = """
5
  <div style="width: 100%; background-color: #e0e0e0; border-radius: 10px; overflow: hidden;">
6
+ <div style="width: 76%; background-color: #4caf50; height: 20px; text-align: center; color: white;">
7
+ 76%
8
  </div>
9
  </div>
10
  """