JaMe76 commited on
Commit
e69449b
Β·
1 Parent(s): 1f7c1d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ with demo:
100
  gr.Markdown(
101
  "Enter a list of comma seperated entities. Use a snake case style. Avoid special characters. "
102
  "Best way is to only use `a-z` and `_`")
103
- categories = gr.Textbox(value='', placeholder="mitarbeiter_anzahl", show_label=False)
104
  with gr.Box():
105
  gr.Markdown("Optional: Enter a prompt for additional guidance. Will use the placeholder as fallback")
106
  instruction = gr.Textbox(value='', placeholder=TOKEN_DEFAULT_INSTRUCTION, show_label=False)
 
100
  gr.Markdown(
101
  "Enter a list of comma seperated entities. Use a snake case style. Avoid special characters. "
102
  "Best way is to only use `a-z` and `_`")
103
+ categories = gr.Textbox(value='mitarbeiter_anzahl', placeholder="mitarbeiter_anzahl", show_label=False)
104
  with gr.Box():
105
  gr.Markdown("Optional: Enter a prompt for additional guidance. Will use the placeholder as fallback")
106
  instruction = gr.Textbox(value='', placeholder=TOKEN_DEFAULT_INSTRUCTION, show_label=False)