Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ def fix_code(code, error, model_name, max_tokens):
|
|
| 118 |
except Exception as e:
|
| 119 |
return f"Error: {e}"
|
| 120 |
|
| 121 |
-
with gr.Blocks(title="
|
| 122 |
|
| 123 |
gr.Markdown("# 🔥 Axon Ollama Edition\n**Ollama Edition** • Qwen2.5-Coder running locally • No rate limits!")
|
| 124 |
|
|
|
|
| 118 |
except Exception as e:
|
| 119 |
return f"Error: {e}"
|
| 120 |
|
| 121 |
+
with gr.Blocks(title="Axon Ollama Edition", theme=gr.themes.Soft(primary_hue="purple")) as demo:
|
| 122 |
|
| 123 |
gr.Markdown("# 🔥 Axon Ollama Edition\n**Ollama Edition** • Qwen2.5-Coder running locally • No rate limits!")
|
| 124 |
|