crambrodev commited on
Commit
fabd096
Β·
verified Β·
1 Parent(s): 3eb5fb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -90,13 +90,14 @@ def respond(message, history, thinking_mode, max_tokens, temperature):
90
  # ─────────────────────────────────────────────
91
  # Gradio UI
92
  # ─────────────────────────────────────────────
93
- with gr.Blocks(title="DragonvineAI β€” Hytale Modding Assistant", theme=gr.themes.Soft()) as demo:
94
  gr.Markdown("""
95
  # πŸ‰ DragonvineAI β€” Hytale Modding Assistant
96
  Ask anything about creating Hytale plugins and mods!
97
  """)
98
 
99
- chatbot = gr.Chatbot(height=500, label="Chat")
 
100
 
101
  with gr.Row():
102
  msg = gr.Textbox(
 
90
  # ─────────────────────────────────────────────
91
  # Gradio UI
92
  # ─────────────────────────────────────────────
93
+ with gr.Blocks(title="DragonvineAI β€” Hytale Modding Assistant") as demo:
94
  gr.Markdown("""
95
  # πŸ‰ DragonvineAI β€” Hytale Modding Assistant
96
  Ask anything about creating Hytale plugins and mods!
97
  """)
98
 
99
+ # 2. ДобавляСм type="tuples", Ρ‡Ρ‚ΠΎΠ±Ρ‹ Π²Π΅Ρ€Π½ΡƒΡ‚ΡŒ ΡΠΎΠ²ΠΌΠ΅ΡΡ‚ΠΈΠΌΠΎΡΡ‚ΡŒ с Ρ„ΠΎΡ€ΠΌΠ°Ρ‚ΠΎΠΌ списков:
100
+ chatbot = gr.Chatbot(height=500, label="Chat", type="tuples")
101
 
102
  with gr.Row():
103
  msg = gr.Textbox(