Commit
·
3672b42
1
Parent(s):
26f018e
change chat height size
Browse files
app.py
CHANGED
|
@@ -126,7 +126,7 @@ def _get_custom_header():
|
|
| 126 |
<span class="header-icon">🕵️♂️</span> GitRepo Inspector
|
| 127 |
</div>
|
| 128 |
<div class="header-subtitle">
|
| 129 |
-
Autonomous
|
| 130 |
</div>
|
| 131 |
|
| 132 |
<div class="header-footer">
|
|
@@ -734,7 +734,7 @@ with gr.Blocks(title="GitRepo Inspector", theme=theme, css=css_code, head=APP_HE
|
|
| 734 |
chatbot = gr.Chatbot(
|
| 735 |
elem_classes="chatbot-container",
|
| 736 |
type="messages",
|
| 737 |
-
height=
|
| 738 |
show_label=False,
|
| 739 |
show_copy_button=True,
|
| 740 |
avatar_images=(
|
|
|
|
| 126 |
<span class="header-icon">🕵️♂️</span> GitRepo Inspector
|
| 127 |
</div>
|
| 128 |
<div class="header-subtitle">
|
| 129 |
+
An Autonomous Ecosystem for GitHub Issue Management
|
| 130 |
</div>
|
| 131 |
|
| 132 |
<div class="header-footer">
|
|
|
|
| 734 |
chatbot = gr.Chatbot(
|
| 735 |
elem_classes="chatbot-container",
|
| 736 |
type="messages",
|
| 737 |
+
height=700,
|
| 738 |
show_label=False,
|
| 739 |
show_copy_button=True,
|
| 740 |
avatar_images=(
|