adhim
commited on
Commit
·
38889c4
1
Parent(s):
00bd99e
message about WIP updated
Browse files
app.py
CHANGED
@@ -731,7 +731,7 @@ with gr.Blocks() as demo:
|
|
731 |
with gr.Tab("Flashcards", render=True):
|
732 |
flashCrd = gr.HTML(emptyTabHTML)
|
733 |
showButtonFlash = gr.Button(value="Generate")
|
734 |
-
gr.Markdown("<span style='color: gray'>
|
735 |
with gr.Group():
|
736 |
gr.HTML("<p id='HFAPI' style='text-align: center;'> 🤗 Hugging Face Access Token [<a href='https://huggingface.co/docs/hub/security-tokens'>more</a>]</p>")
|
737 |
hf_access_token = gr.Textbox(
|
|
|
731 |
with gr.Tab("Flashcards", render=True):
|
732 |
flashCrd = gr.HTML(emptyTabHTML)
|
733 |
showButtonFlash = gr.Button(value="Generate")
|
734 |
+
gr.Markdown("<span style='color: gray'>The app is a work in progress. Output may be odd and some features are disabled. [Learn more]().</span>")
|
735 |
with gr.Group():
|
736 |
gr.HTML("<p id='HFAPI' style='text-align: center;'> 🤗 Hugging Face Access Token [<a href='https://huggingface.co/docs/hub/security-tokens'>more</a>]</p>")
|
737 |
hf_access_token = gr.Textbox(
|