Output to Markdown to render Markdown

#1
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -29,9 +29,7 @@ def autocomplete(text):
29
  # Create the Gradio interface with live updates
30
  iface = gr.Interface(
31
  fn=autocomplete,
32
- inputs=gr.Textbox(lines=2,
33
- placeholder="Hello πŸ‘‹",
34
- label="Input Sentence"),
35
  outputs="text",
36
  title="Catch me if you can 🐰",
37
  description="Powered by Groq & Gemma",
 
29
  # Create the Gradio interface with live updates
30
  iface = gr.Interface(
31
  fn=autocomplete,
32
+ inputs=gr.Markdown(),
 
 
33
  outputs="text",
34
  title="Catch me if you can 🐰",
35
  description="Powered by Groq & Gemma",