ahmedghani commited on
Commit
77a0383
·
1 Parent(s): dc2f37a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -193,7 +193,7 @@ with gr.Blocks() as demo2:
193
  """)
194
 
195
  gr.Markdown("""
196
- #### Target Model Version(branch)
197
  """)
198
 
199
  with gr.Row():
@@ -281,7 +281,7 @@ with gr.Blocks() as demo2:
281
  )
282
 
283
  status_txt = gr.Textbox(
284
- value="any status update will be displayed here",
285
  interactive=False
286
  )
287
 
 
193
  """)
194
 
195
  gr.Markdown("""
196
+ #### Target Model Version(branch commit hash)
197
  """)
198
 
199
  with gr.Row():
 
281
  )
282
 
283
  status_txt = gr.Textbox(
284
+ value="status",
285
  interactive=False
286
  )
287