Mathias Lux commited on
Commit
0686a5e
·
1 Parent(s): 7b49760

Removed the surrounding block to max out height.

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -62,13 +62,10 @@ def respond(
62
  yield response
63
 
64
 
65
- with gr.Blocks(title="AI Biographical Interview Assistant") as demo:
66
- # gr.Markdown("# AI Biographical Interview Assistant")
67
-
68
- chatbot = gr.ChatInterface(
69
- respond,
70
- title = "AI Biographical Interview Assistant",
71
- description = """
72
  Welcome to the AI Biographical Interview Assistant! This tool uses advanced AI to conduct
73
  an in-depth interview about your life experiences. The AI interviewer uses the Socratic method
74
  to ask thoughtful questions and gather information for creating a biographical article.
 
62
  yield response
63
 
64
 
65
+ demo = gr.ChatInterface(
66
+ respond,
67
+ title = "AI Biographical Interview Assistant",
68
+ description = """
 
 
 
69
  Welcome to the AI Biographical Interview Assistant! This tool uses advanced AI to conduct
70
  an in-depth interview about your life experiences. The AI interviewer uses the Socratic method
71
  to ask thoughtful questions and gather information for creating a biographical article.