iabdulahk commited on
Commit
5dbbf8f
Β·
1 Parent(s): 3d0057c

Add description

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -31,6 +31,7 @@ def generate_question(instructions=load_instructions('./instructions.txt')):
31
  def main():
32
  demo = gr.Interface(
33
  title='Ice Breaker GPT πŸ§ŠπŸ”¨',
 
34
  fn=generate_question,
35
  inputs=[],
36
  outputs=gr.Textbox(label='Host'),
 
31
  def main():
32
  demo = gr.Interface(
33
  title='Ice Breaker GPT πŸ§ŠπŸ”¨',
34
+ description='Generate a fun-to-answer question and break that awkward silence!',
35
  fn=generate_question,
36
  inputs=[],
37
  outputs=gr.Textbox(label='Host'),