Omnibus commited on
Commit
85d2a97
1 Parent(s): 2d16dbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -141,12 +141,15 @@ with gr.Blocks() as app:
141
  with gr.Row():
142
  fin=gr.Label(label="Final Probability")
143
  with gr.Row():
144
- with gr.Column():
145
  lab0 = gr.HTML(f"""<b>Testing on Model: <a href='https://huggingface.co/{models[0]}'>{models[0]}</a></b>""")
146
- with gr.Column():
 
147
  lab1 = gr.HTML(f"""<b>Testing on Model: <a href='https://huggingface.co/{models[1]}'>{models[1]}</a></b>""")
148
- with gr.Column():
 
149
  lab2 = gr.HTML(f"""<b>Testing on Model: <a href='https://huggingface.co/{models[2]}'>{models[2]}</a></b>""")
 
150
 
151
  with gr.Row():
152
  with gr.Box():
 
141
  with gr.Row():
142
  fin=gr.Label(label="Final Probability")
143
  with gr.Row():
144
+ with gr.Box():
145
  lab0 = gr.HTML(f"""<b>Testing on Model: <a href='https://huggingface.co/{models[0]}'>{models[0]}</a></b>""")
146
+ nun0 = gr.HTML("""""")
147
+ with gr.Box():
148
  lab1 = gr.HTML(f"""<b>Testing on Model: <a href='https://huggingface.co/{models[1]}'>{models[1]}</a></b>""")
149
+ nun1 = gr.HTML("""""")
150
+ with gr.Box():
151
  lab2 = gr.HTML(f"""<b>Testing on Model: <a href='https://huggingface.co/{models[2]}'>{models[2]}</a></b>""")
152
+ nun2 = gr.HTML("""""")
153
 
154
  with gr.Row():
155
  with gr.Box():