Spaces:
Running
Running
Commit
·
e934b2d
1
Parent(s):
058f4ca
fixing whitespace issue... I need to stop edits via UI :/
Browse files
app.py
CHANGED
@@ -220,8 +220,8 @@ with demo:
|
|
220 |
gr.Markdown("If a model can reliably tell us when it is uncertain about its predictions, one can replace only those uncertain predictions with\
|
221 |
an appropriate heuristic or information retrieval process.")
|
222 |
|
223 |
-
|
224 |
-
|
225 |
|
226 |
with gr.Row():
|
227 |
model_name = gr.Radio(
|
|
|
220 |
gr.Markdown("If a model can reliably tell us when it is uncertain about its predictions, one can replace only those uncertain predictions with\
|
221 |
an appropriate heuristic or information retrieval process.")
|
222 |
|
223 |
+
gr.Markdown("#### TL;DR")
|
224 |
+
gr.Markdown("Follow steps below to test out one of the pre-loaded options. Once you get the hang of it, you can load a new model and/or provide your own input texts.")
|
225 |
|
226 |
with gr.Row():
|
227 |
model_name = gr.Radio(
|