Spaces:
Sleeping
Sleeping
Add description
Browse files
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'),
|