akhaliq HF staff commited on
Commit
6e6e647
·
verified ·
1 Parent(s): c1178f7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -3
index.html CHANGED
@@ -80,9 +80,7 @@ with gr.Blocks(
80
  name_input = gr.Textbox(label="Your Name", placeholder="Enter your name here...", elem_classes="input-box")
81
  fortune_output = gr.Textbox(label="Your AI-Generated Fortune", elem_classes="output-box", lines=3)
82
  submit_button = gr.Button("Reveal Your Cosmic Fortune", elem_classes="generate-btn")
83
-
84
- gr.Markdown("Share your fortune on social media and tag us! #AIFortuneCookie", elem_classes="footer")
85
-
86
  submit_button.click(fn=generate_fortune, inputs=name_input, outputs=fortune_output)
87
 
88
  demo.launch()
 
80
  name_input = gr.Textbox(label="Your Name", placeholder="Enter your name here...", elem_classes="input-box")
81
  fortune_output = gr.Textbox(label="Your AI-Generated Fortune", elem_classes="output-box", lines=3)
82
  submit_button = gr.Button("Reveal Your Cosmic Fortune", elem_classes="generate-btn")
83
+
 
 
84
  submit_button.click(fn=generate_fortune, inputs=name_input, outputs=fortune_output)
85
 
86
  demo.launch()