ServerX commited on
Commit
3b8a88a
·
verified ·
1 Parent(s): 6097621

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def guess_interface(guess):
95
  return message, display, attempts
96
 
97
  def generate_cast_link():
98
- """Generate a static IP share link."""
99
  return "https://serverx-hangman-game.hf.space/"
100
 
101
  # Create Gradio interface
 
95
  return message, display, attempts
96
 
97
  def generate_cast_link():
98
+ """Generate a static Hugging Face Spaces share link."""
99
  return "https://serverx-hangman-game.hf.space/"
100
 
101
  # Create Gradio interface