yogies commited on
Commit
e251034
·
verified ·
1 Parent(s): 359d4c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -245,7 +245,7 @@ tips_md = """
245
 
246
  """
247
 
248
- # # Footer
249
  # footer_md = """
250
  # ---
251
  # **Providers**: Hugging Face Inference API + OpenRouter, dipilih providers dengan kebijakan ZDR (Zero Data Retention). Artinya data request/response tidak disimpan dan tidak digunakan untuk training data.
@@ -315,7 +315,7 @@ with gr.Blocks(
315
 
316
  # Tips and footer
317
  gr.Markdown(tips_md)
318
- gr.Markdown(footer_md)
319
 
320
  # ----------------------------------------------------------------------
321
  # Launch with Custom Auth
 
245
 
246
  """
247
 
248
+ # Footer
249
  # footer_md = """
250
  # ---
251
  # **Providers**: Hugging Face Inference API + OpenRouter, dipilih providers dengan kebijakan ZDR (Zero Data Retention). Artinya data request/response tidak disimpan dan tidak digunakan untuk training data.
 
315
 
316
  # Tips and footer
317
  gr.Markdown(tips_md)
318
+ # gr.Markdown(footer_md)
319
 
320
  # ----------------------------------------------------------------------
321
  # Launch with Custom Auth