cyzgab commited on
Commit
178ec6e
β€’
1 Parent(s): 2a0bd98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -31,6 +31,7 @@ css = """
31
  display: none
32
  }
33
  """
 
34
  # Create the Gradio interface with live updates
35
  iface = gr.Interface(
36
  fn=autocomplete,
@@ -38,7 +39,7 @@ iface = gr.Interface(
38
  placeholder="Hello πŸ‘‹",
39
  label="Input Sentence"),
40
  outputs=gr.Markdown(),
41
- title="Catch me if you can 🐰",
42
  description="Powered by Groq & Gemma",
43
  live=True, # Set live to True for real-time feedback
44
  allow_flagging="never", # Disable flagging
 
31
  display: none
32
  }
33
  """
34
+
35
  # Create the Gradio interface with live updates
36
  iface = gr.Interface(
37
  fn=autocomplete,
 
39
  placeholder="Hello πŸ‘‹",
40
  label="Input Sentence"),
41
  outputs=gr.Markdown(),
42
+ title="Catch Me If You Can 🐰",
43
  description="Powered by Groq & Gemma",
44
  live=True, # Set live to True for real-time feedback
45
  allow_flagging="never", # Disable flagging